CMakeLists.txt 184 B

1234567
  1. include_directories("../../src")
  2. file(GLOB_RECURSE SOURCES *.cpp)
  3. add_executable(gltf_importer ${SOURCES})
  4. target_link_libraries(gltf_importer anki)
  5. installExecutable(gltf_importer)