Skip to content

Commit

Permalink
TraceControl: add missing file extension to source file (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
bramoosterhuis authored Jun 26, 2023
1 parent 513669a commit b60020f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TraceControl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ find_package(CompileSettingsDebug CONFIG REQUIRED)

add_library(${MODULE_NAME} SHARED
TraceControl.cpp
TraceControlJsonRpc
TraceControlJsonRpc.cpp
Module.cpp)

set_target_properties(${MODULE_NAME} PROPERTIES
Expand Down

0 comments on commit b60020f

Please sign in to comment.