Add a basic entity class

This commit is contained in:
4VRDriver
2020-09-06 13:02:40 +02:00
parent c0cbf8c257
commit e4139105ee
20 changed files with 150 additions and 77 deletions

5
tools/CMakeLists.txt Normal file
View File

@@ -0,0 +1,5 @@
project(obj-converter)
add_executable(obj-converter main.cpp)
target_link_libraries(obj-converter assimp)