mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 12:53:03 +02:00
14 lines
385 B
CMake
14 lines
385 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 environment gpu model fbx entities
|
|
networking animation recording shared script-engine embedded-webserver
|
|
controllers physics
|
|
)
|
|
|
|
include_application_version()
|
|
|
|
copy_dlls_beside_windows_executable()
|