mirror of
https://github.com/JulianGro/overte.git
synced 2025-05-01 12:23:16 +02:00
exclude udt-test from ALL_BUILD
This commit is contained in:
parent
0b118a8e98
commit
ded210db39
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
set(TARGET_NAME udt-test)
|
set(TARGET_NAME udt-test)
|
||||||
setup_hifi_project()
|
setup_hifi_project()
|
||||||
|
|
||||||
|
set_target_properties(${TARGET_NAME} PROPERTIES EXCLUDE_FROM_ALL TRUE EXCLUDE_FROM_DEFAULT_BUILD TRUE)
|
||||||
|
|
||||||
link_hifi_libraries(networking shared)
|
link_hifi_libraries(networking shared)
|
||||||
package_libraries_for_deployment()
|
package_libraries_for_deployment()
|
||||||
|
|
Loading…
Reference in a new issue