view 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 source

add_executable(suite main.c case.c)
if(WIN32)
else()
list(APPEND AUX_LIBS m)
endif()
target_link_libraries(suite dyncall_s ${AUX_LIBS})