mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-09 09:48:19 +02:00
8 lines
No EOL
309 B
CMake
8 lines
No EOL
309 B
CMake
set(TARGET_NAME script-engine)
|
|
|
|
# use setup_hifi_library macro to setup our project and link appropriate Qt modules
|
|
setup_hifi_library(${TARGET_NAME} Gui Network Script Widgets)
|
|
|
|
include_glm(${TARGET_NAME} "${ROOT_DIR}")
|
|
|
|
link_hifi_libraries(${TARGET_NAME} shared octree voxels fbx particles models animation) |