Created subdirectory CMakeLists.txt files and moved source specifications from root CMakeLists.txt file
This commit is contained in:
6
src/TargetController/CMakeLists.txt
Executable file
6
src/TargetController/CMakeLists.txt
Executable file
@@ -0,0 +1,6 @@
|
||||
target_sources(
|
||||
Bloom
|
||||
PRIVATE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/TargetController.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/TargetControllerConsole.cpp
|
||||
)
|
||||
Reference in New Issue
Block a user