4 lines
63 B
CMake
4 lines
63 B
CMake
|
target_sources(${TARGET_NAME} PRIVATE
|
||
|
CoreController.cpp
|
||
|
)
|