7 lines
161 B
CMake
7 lines
161 B
CMake
|
|
target_sources(
|
||
|
|
Bloom
|
||
|
|
PRIVATE
|
||
|
|
${CMAKE_CURRENT_SOURCE_DIR}/TargetController.cpp
|
||
|
|
${CMAKE_CURRENT_SOURCE_DIR}/TargetControllerConsole.cpp
|
||
|
|
)
|