mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-22 20:17:46 +00:00
Exclude some external libraries from the ALL target
This commit is contained in:
parent
1b69d86cc1
commit
dbc484f5af
1 changed files with 3 additions and 3 deletions
6
extern/CMakeLists.txt
vendored
6
extern/CMakeLists.txt
vendored
|
@ -9,6 +9,6 @@ add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/libphysis/logger)
|
|||
target_include_directories(physis INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/libphysis/target/public)
|
||||
target_link_libraries(physis INTERFACE unshield)
|
||||
|
||||
add_subdirectory(magic_enum)
|
||||
add_subdirectory(tinygltf)
|
||||
add_subdirectory(imgui)
|
||||
add_subdirectory(magic_enum EXCLUDE_FROM_ALL)
|
||||
add_subdirectory(tinygltf EXCLUDE_FROM_ALL)
|
||||
add_subdirectory(imgui EXCLUDE_FROM_ALL)
|
||||
|
|
Loading…
Add table
Reference in a new issue