diff test/suite/CMakeLists.txt @ 0:3e629dc19168

initial from svn dyncall-1745
author Daniel Adler
date Thu, 19 Mar 2015 22:24:28 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/suite/CMakeLists.txt	Thu Mar 19 22:24:28 2015 +0100
@@ -0,0 +1,8 @@
+add_executable(suite main.c case.c)
+if(WIN32)
+else()
+list(APPEND AUX_LIBS m)
+endif()
+target_link_libraries(suite dyncall_s ${AUX_LIBS})
+
+