overte/assignment-client/CMakeLists.txt
2015-11-12 00:33:38 -08:00

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()