mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
7 lines
242 B
CMake
7 lines
242 B
CMake
add_executable(libicsneoc2-termination-example src/main.c)
|
|
target_link_libraries(libicsneoc2-termination-example icsneoc2-static)
|
|
|
|
if(WIN32)
|
|
target_compile_definitions(libicsneoc2-termination-example PRIVATE _CRT_SECURE_NO_WARNINGS)
|
|
endif()
|