mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
tests files have been moved
This commit is contained in:
parent
46e05b92e8
commit
96fc84b4ef
|
@ -70,7 +70,7 @@ if (EXAMPLES)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (TESTS)
|
if (TESTS)
|
||||||
file(GLOB TEST_SRC test*.cpp)
|
file(GLOB TEST_SRC tests/test*.cpp)
|
||||||
source_group(tests FILES ${TEST_SRC})
|
source_group(tests FILES ${TEST_SRC})
|
||||||
|
|
||||||
add_executable(tests ${TEST_SRC} ${HEADER_SRCS})
|
add_executable(tests ${TEST_SRC} ${HEADER_SRCS})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user