mirror of
https://github.com/overte-org/overte.git
synced 2025-06-15 19:39:16 +02:00
Add final missing CMake includes
This commit is contained in:
parent
08ef9b6f84
commit
efd22172b4
2 changed files with 4 additions and 0 deletions
|
@ -2,3 +2,5 @@ set(TARGET_NAME skeleton-dump)
|
||||||
setup_hifi_project(Core)
|
setup_hifi_project(Core)
|
||||||
setup_memory_debugger()
|
setup_memory_debugger()
|
||||||
link_hifi_libraries(shared fbx hfm graphics gpu gl animation)
|
link_hifi_libraries(shared fbx hfm graphics gpu gl animation)
|
||||||
|
|
||||||
|
include_hifi_library_headers(image)
|
||||||
|
|
|
@ -2,6 +2,8 @@ set(TARGET_NAME vhacd-util)
|
||||||
setup_hifi_project(Core)
|
setup_hifi_project(Core)
|
||||||
link_hifi_libraries(shared fbx hfm graphics gpu gl)
|
link_hifi_libraries(shared fbx hfm graphics gpu gl)
|
||||||
|
|
||||||
|
include_hifi_library_headers(image)
|
||||||
|
|
||||||
add_dependency_external_projects(vhacd)
|
add_dependency_external_projects(vhacd)
|
||||||
|
|
||||||
find_package(VHACD REQUIRED)
|
find_package(VHACD REQUIRED)
|
||||||
|
|
Loading…
Reference in a new issue