overte/assignment-client/CMakeLists.txt
2016-01-21 15:15:15 -08:00

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