mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 00:45:01 +02:00
...
This commit is contained in:
parent
39a6a39f4d
commit
5d5b4dd2f4
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ 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}" "${CMAKE_CURRENT_SOURCE_DIR}/*.h" "${CMAKE_CURRENT_SOURCE_DIR}/*.hpp")
|
file(GLOB SHARED_TEST_HEADER_FILES "${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}")
|
||||||
|
|
Loading…
Reference in a new issue