mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
12 lines
373 B
CMake
12 lines
373 B
CMake
|
|
set(TARGET_NAME "entities-test")
|
|
|
|
# This is not a testcase -- just set it up as a regular hifi project
|
|
setup_hifi_project(Network Script)
|
|
|
|
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Tests/manual-tests/")
|
|
|
|
# link in the shared libraries
|
|
link_hifi_libraries(entities avatars shared octree gpu model fbx networking animation)
|
|
|
|
package_libraries_for_deployment()
|