Small cmake changes
This commit is contained in:
6
lib/CMakeLists.txt
vendored
6
lib/CMakeLists.txt
vendored
@@ -1,10 +1,4 @@
|
||||
# Only build GLFW library
|
||||
set(GLFW_BUILD_DOCS OFF CACHE BOOL "" FORCE)
|
||||
set(GLFW_BUILD_TESTS OFF CACHE BOOL "" FORCE)
|
||||
set(GLFW_BUILD_EXAMPLES OFF CACHE BOOL "" FORCE)
|
||||
|
||||
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/glad)
|
||||
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/stb)
|
||||
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/glm)
|
||||
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/assimp)
|
||||
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/glfw-3.3.2)
|
||||
|
||||
Reference in New Issue
Block a user