2015-01-12 13:20:53 -05:00
|
|
|
file( GLOB_RECURSE LIBATIDLAS_SRC *.cpp)
|
|
|
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
|
|
|
|
|
|
|
add_library(atidlas SHARED ${LIBATIDLAS_SRC})
|
2015-01-19 14:40:13 -05:00
|
|
|
set_target_properties(atidlas PROPERTIES COMPILE_FLAGS "-Wno-sign-compare -D__CL_ENABLE_EXCEPTIONS -Wall -Wextra -pedantic")
|
2015-01-16 07:31:39 -05:00
|
|
|
|
2015-01-12 13:20:53 -05:00
|
|
|
#add_library(atidlas_static STATIC ${LIBATIDLAS_SRC})
|
|
|
|
#set_target_properties(atidlas_static PROPERTIES OUTPUT_NAME atidlas)
|