4 lines
88 B
CMake
4 lines
88 B
CMake
add_executable(obj-converter main.cpp)
|
|
|
|
target_link_libraries(obj-converter assimp glm)
|