mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
5 lines
208 B
CMake
5 lines
208 B
CMake
add_executable(libicsneoc-interactive-example src/main.c)
|
|
if(UNIX)
|
|
target_link_libraries(libicsneoc-interactive-example ${CMAKE_DL_LIBS})
|
|
endif()
|
|
target_link_libraries(libicsneoc-interactive-example icsneoc) |