Initial
This commit is contained in:
9
Src/IACoreTest/CMakeLists.txt
Normal file
9
Src/IACoreTest/CMakeLists.txt
Normal file
@ -0,0 +1,9 @@
|
||||
add_executable(IACoreTest imp/cpp/Main.cpp)
|
||||
|
||||
target_compile_options(IACoreTest PRIVATE
|
||||
"-g"
|
||||
"-O0"
|
||||
"-D__IA_DEBUG=1"
|
||||
)
|
||||
|
||||
target_link_libraries(IACoreTest PRIVATE IACore)
|
||||
Reference in New Issue
Block a user