8 lines
160 B
CMake
8 lines
160 B
CMake
add_executable(IAMathTest imp/cpp/Main.cpp)
|
|
|
|
target_compile_options(IAMathTest PRIVATE
|
|
"-D__IA_DEBUG=1"
|
|
)
|
|
|
|
target_link_libraries(IAMathTest PRIVATE IAMath)
|