Init
This commit is contained in:
9
Src/IAMathTest/CMakeLists.txt
Normal file
9
Src/IAMathTest/CMakeLists.txt
Normal file
@ -0,0 +1,9 @@
|
||||
add_executable(IAMathTest imp/cpp/Main.cpp)
|
||||
|
||||
target_compile_options(IAMathTest PRIVATE
|
||||
"-g"
|
||||
"-O0"
|
||||
"-D__IA_DEBUG=1"
|
||||
)
|
||||
|
||||
target_link_libraries(IAMathTest PRIVATE IAMath)
|
||||
7
Src/IAMathTest/imp/cpp/Main.cpp
Normal file
7
Src/IAMathTest/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