Add a basic entity class
This commit is contained in:
5
tools/CMakeLists.txt
Normal file
5
tools/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
project(obj-converter)
|
||||
|
||||
add_executable(obj-converter main.cpp)
|
||||
|
||||
target_link_libraries(obj-converter assimp)
|
||||
Reference in New Issue
Block a user