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)
|
||||
Reference in New Issue
Block a user