X-Git-Url: https://harrygodden.com/git/?p=convexer.git;a=blobdiff_plain;f=cxr%2FCMakeLists.txt;fp=cxr%2FCMakeLists.txt;h=0000000000000000000000000000000000000000;hp=eb0455f9d6223ae978eec32a8a7746dbdfe9835a;hb=12102f7b89f21fe5148e9a4506f505fcaef98da2;hpb=7a7000b2a485ca28219d3c7449db9d9291398902 diff --git a/cxr/CMakeLists.txt b/cxr/CMakeLists.txt deleted file mode 100644 index eb0455f..0000000 --- a/cxr/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ -project( cxr ) - -add_library( ${PROJECT_NAME} SHARED - cxr.c - cxr.h - cxr_math.h - cxr_mem.h -) - -target_compile_definitions( ${PROJECT_NAME} - PRIVATE CXR_SO CXR_DEBUG CXR_VALVE_MAP_FILE -) - -target_compile_options( ${PROJECT_NAME} - PRIVATE -Wall -Wno-unused-variable -Wno-unused-function - -std=c99 -pedantic -) - -target_link_libraries( ${PROJECT_NAME} m )