CMakeLists.txt 170 B

123
  1. file(GLOB CONVEX_DECOMP_SOURCES "*.cpp")
  2. add_library(convexMath STATIC ${CONVEX_DECOMP_SOURCES})
  3. target_include_directories(convexMath PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})