mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
API: Add icsneoc2
This commit is contained in:
committed by
Kyle Schwarz
parent
294e707924
commit
682299cb8c
@@ -0,0 +1,6 @@
|
||||
add_executable(libicsneoc2-simple-example src/main.c)
|
||||
target_link_libraries(libicsneoc2-simple-example icsneoc2-static)
|
||||
|
||||
if(WIN32)
|
||||
target_compile_definitions(libicsneoc2-simple-example PRIVATE _CRT_SECURE_NO_WARNINGS)
|
||||
endif()
|
||||
Reference in New Issue
Block a user