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)
|
||||
7
Src/IACoreTest/imp/cpp/Main.cpp
Normal file
7
Src/IACoreTest/imp/cpp/Main.cpp
Normal file
@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user