mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-08 00:32:41 +02:00
repair build of various tools
This commit is contained in:
parent
a99b19d28a
commit
2fda95ae8f
12 changed files with 14 additions and 14 deletions
|
@ -15,5 +15,4 @@ add_custom_command(TARGET ${TARGET_NAME} POST_BUILD
|
|||
# link the shared hifi libraries
|
||||
link_hifi_libraries(embedded-webserver networking shared)
|
||||
|
||||
# link any shared dependencies
|
||||
link_shared_dependencies()
|
|
@ -7,5 +7,4 @@ include_glm()
|
|||
# link in the shared libraries
|
||||
link_hifi_libraries(shared audio networking)
|
||||
|
||||
# link any shared dependencies
|
||||
link_shared_dependencies()
|
|
@ -5,5 +5,4 @@ setup_hifi_project()
|
|||
# link in the shared libraries
|
||||
link_hifi_libraries(shared networking)
|
||||
|
||||
# link any shared dependencies
|
||||
link_shared_dependencies()
|
|
@ -9,5 +9,4 @@ setup_hifi_project(Network Script Widgets)
|
|||
# link in the shared libraries
|
||||
link_hifi_libraries(metavoxels networking shared)
|
||||
|
||||
# link any shared dependencies
|
||||
link_shared_dependencies()
|
|
@ -5,5 +5,4 @@ setup_hifi_project()
|
|||
# link in the shared libraries
|
||||
link_hifi_libraries(shared networking)
|
||||
|
||||
# link any shared dependencies
|
||||
link_shared_dependencies()
|
|
@ -7,5 +7,4 @@ include_glm()
|
|||
# link in the shared libraries
|
||||
link_hifi_libraries(animation fbx models networking octree shared)
|
||||
|
||||
# link any shared dependencies
|
||||
link_shared_dependencies()
|
|
@ -7,5 +7,4 @@ include_glm()
|
|||
# link in the shared libraries
|
||||
link_hifi_libraries(shared)
|
||||
|
||||
# link any shared dependencies
|
||||
link_shared_dependencies()
|
|
@ -7,5 +7,4 @@ include_glm()
|
|||
# link in the shared libraries
|
||||
link_hifi_libraries(shared)
|
||||
|
||||
# link any shared dependencies
|
||||
link_shared_dependencies()
|
|
@ -1,5 +1,8 @@
|
|||
set(TARGET_NAME bitstream2json)
|
||||
setup_hifi_project()
|
||||
setup_hifi_project(Widgets Script)
|
||||
|
||||
include_glm()
|
||||
|
||||
link_hifi_libraries(metavoxels)
|
||||
|
||||
# link any shared dependencies
|
||||
link_shared_dependencies()
|
|
@ -1,5 +1,8 @@
|
|||
set(TARGET_NAME json2bitstream)
|
||||
setup_hifi_project()
|
||||
setup_hifi_project(Widgets Script)
|
||||
|
||||
include_glm()
|
||||
|
||||
link_hifi_libraries(metavoxels)
|
||||
|
||||
# link any shared dependencies
|
||||
link_shared_dependencies()
|
|
@ -1,5 +1,4 @@
|
|||
set(TARGET_NAME mtc)
|
||||
setup_hifi_project()
|
||||
|
||||
# link any shared dependencies
|
||||
link_shared_dependencies()
|
|
@ -2,5 +2,8 @@ set(TARGET_NAME voxel-edit)
|
|||
|
||||
setup_hifi_project()
|
||||
|
||||
# link any shared dependencies
|
||||
include_glm()
|
||||
|
||||
link_hifi_libraries(networking octree shared voxels)
|
||||
|
||||
link_shared_dependencies()
|
Loading…
Reference in a new issue