exclude udt-test from ALL_BUILD

This commit is contained in:
Stephen Birarda 2016-01-14 10:16:42 -08:00
parent 0b118a8e98
commit ded210db39

View file

@ -1,5 +1,7 @@
set(TARGET_NAME udt-test)
setup_hifi_project()
set_target_properties(${TARGET_NAME} PROPERTIES EXCLUDE_FROM_ALL TRUE EXCLUDE_FROM_DEFAULT_BUILD TRUE)
link_hifi_libraries(networking shared)
package_libraries_for_deployment()
package_libraries_for_deployment()