mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 07:23:00 +02:00
bugfix
should fix the build…
This commit is contained in:
parent
e81b0a3c3a
commit
39a6a39f4d
1 changed files with 2 additions and 2 deletions
|
@ -12,9 +12,9 @@ foreach(DIR ${TEST_SUBDIRS})
|
||||||
endif() # own variable scope copied from this scope (the parent scope)).
|
endif() # own variable scope copied from this scope (the parent scope)).
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
file(GLOB SHARED_TEST_HEADER_FILES "${CMAKE_CURRENT_SOURCE_DIR}" "*.h" "*.hpp")
|
file(GLOB SHARED_TEST_HEADER_FILES "${CMAKE_CURRENT_SOURCE_DIR}" "${CMAKE_CURRENT_SOURCE_DIR}/*.h" "${CMAKE_CURRENT_SOURCE_DIR}/*.hpp")
|
||||||
|
|
||||||
add_custom_target("test-extensions"
|
add_custom_target("test-extensions"
|
||||||
SOURCES "${SHARED_TEST_HEADER_FILES}")
|
SOURCES "${SHARED_TEST_HEADER_FILES}")
|
||||||
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")
|
||||||
|
|
Loading…
Reference in a new issue