mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 08:36:47 +02:00
16 lines
384 B
CMake
16 lines
384 B
CMake
set(TARGET_NAME assignment-client)
|
|
|
|
setup_hifi_project(Core Gui Network Script Quick Widgets WebSockets)
|
|
|
|
# link in the shared libraries
|
|
link_hifi_libraries(
|
|
audio avatars octree gpu model fbx entities
|
|
networking animation recording shared script-engine embedded-webserver
|
|
controllers physics
|
|
)
|
|
|
|
if (WIN32)
|
|
package_libraries_for_deployment()
|
|
endif()
|
|
|
|
install_beside_console()
|