CMakeLists.txt 76 B

123
  1. file(GLOB_RECURSE SOURCES *.cpp)
  2. add_library(AnKiMeshOptimizer ${SOURCES})