4 lines
62 B
CMake
4 lines
62 B
CMake
|
target_sources(${TARGET_NAME} PRIVATE
|
||
|
TestArrayPrinter.cpp
|
||
|
)
|