mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
don't build oven and model-baking with default/ALL_BUILD
This commit is contained in:
parent
2478ddb379
commit
6127b72834
2 changed files with 5 additions and 1 deletions
|
@ -4,6 +4,8 @@ setup_hifi_library(Concurrent)
|
|||
|
||||
link_hifi_libraries(networking image gpu shared ktx)
|
||||
|
||||
find_package(FBXSDK REQUIRED)
|
||||
find_package(FBXSDK)
|
||||
target_link_libraries(${TARGET_NAME} ${FBX_LIBRARIES})
|
||||
target_include_directories(${TARGET_NAME} SYSTEM PRIVATE ${FBX_INCLUDE_DIR})
|
||||
|
||||
set_target_properties(${TARGET_NAME} PROPERTIES EXCLUDE_FROM_ALL TRUE EXCLUDE_FROM_DEFAULT_BUILD TRUE)
|
||||
|
|
|
@ -7,3 +7,5 @@ link_hifi_libraries(model-baking shared image gpu ktx)
|
|||
if (WIN32)
|
||||
package_libraries_for_deployment()
|
||||
endif ()
|
||||
|
||||
set_target_properties(${TARGET_NAME} PROPERTIES EXCLUDE_FROM_ALL TRUE EXCLUDE_FROM_DEFAULT_BUILD TRUE)
|
||||
|
|
Loading…
Reference in a new issue