Files
fall-fever/tools/CMakeLists.txt

4 lines
88 B
CMake

add_executable(obj-converter main.cpp)
target_link_libraries(obj-converter assimp glm)