7 lines
159 B
CMake
7 lines
159 B
CMake
add_executable(IACoreTest imp/cpp/Main.cpp)
|
|
|
|
target_compile_options(IACoreTest PRIVATE
|
|
"-D__IA_DEBUG=1"
|
|
)
|
|
|
|
target_link_libraries(IACoreTest PRIVATE IACore) |