Files
IACore/Src/IACoreTest/CMakeLists.txt
Isuru Samarathunga e4940eae3b HF
2025-09-07 21:37:18 +05:30

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)