mirror of
https://github.com/overte-org/overte.git
synced 2025-06-29 19:19:43 +02:00
debug
This commit is contained in:
parent
5d5b4dd2f4
commit
3bddfc58e9
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ add_custom_target("test-extensions"
|
||||||
list(APPEND ALL_TEST_TARGETS "test-extensions")
|
list(APPEND ALL_TEST_TARGETS "test-extensions")
|
||||||
set_target_properties("test-extensions" PROPERTIES FOLDER "Tests")
|
set_target_properties("test-extensions" PROPERTIES FOLDER "Tests")
|
||||||
|
|
||||||
|
message(STATUS "ALL_TEST_TARGETS = ${ALL_TEST_TARGETS}")
|
||||||
|
|
||||||
# Create the all-tests build target.
|
# Create the all-tests build target.
|
||||||
# The dependency list (ALL_TEST_TARGETS) is generated from setup_hifi_testcase invocations in the CMakeLists.txt
|
# The dependency list (ALL_TEST_TARGETS) is generated from setup_hifi_testcase invocations in the CMakeLists.txt
|
||||||
# files in the test subdirs. Since variables normally do *not* persist into parent scope, we use a hack:
|
# files in the test subdirs. Since variables normally do *not* persist into parent scope, we use a hack:
|
||||||
|
|
Loading…
Reference in a new issue