Begin refactor, add documentation
This commit is contained in:
9
thirdparty/CMakeLists.txt
vendored
9
thirdparty/CMakeLists.txt
vendored
@@ -1,15 +1,12 @@
|
||||
project(Couch)
|
||||
|
||||
|
||||
## STB (image)
|
||||
target_include_directories(couch
|
||||
PUBLIC stb)
|
||||
target_include_directories(couchlua
|
||||
target_include_directories(couchlib
|
||||
PUBLIC stb)
|
||||
|
||||
## ASSIMP
|
||||
set(ASSIMP_BUILD_ALL_IMPORTERS_BY_DEFAULT FALSE CACHE BOOL "Turn off all assimp importers")
|
||||
set(ASSIMP_BUILD_OBJ_IMPORTER ON CACHE BOOL "Turn on wavefront importer")
|
||||
add_subdirectory(assimp)
|
||||
target_link_libraries(couch assimp::assimp)
|
||||
target_link_libraries(couchlua assimp::assimp)
|
||||
target_link_libraries(couchlib assimp::assimp)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user