mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 00:49:08 +02:00
11 lines
294 B
CMake
Executable file
11 lines
294 B
CMake
Executable file
set(TARGET_NAME model)
|
|
|
|
# use setup_hifi_library macro to setup our project and link appropriate Qt modules
|
|
setup_hifi_library()
|
|
|
|
include_glm()
|
|
|
|
link_hifi_libraries(shared gpu)
|
|
|
|
# call macro to link our dependencies and bubble them up via a property on our target
|
|
include_dependency_includes()
|