mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-10 10:13:35 +00:00
Minor change (move location of GLOB_RECURSE defition in src/CMakeLists.txt)
This commit is contained in:
parent
a2696555b0
commit
955ec830cc
@ -33,9 +33,6 @@ include_directories(
|
||||
${TINYXML_DIR}
|
||||
${VACA_DIR}/include)
|
||||
|
||||
# Files
|
||||
file(GLOB_RECURSE tests *_unittest.cpp)
|
||||
|
||||
######################################################################
|
||||
# aseprite library
|
||||
|
||||
@ -280,6 +277,8 @@ target_link_libraries(aseprite ${aseprite-library} ${all_libs})
|
||||
######################################################################
|
||||
# Unit tests
|
||||
|
||||
file(GLOB_RECURSE tests *_unittest.cpp)
|
||||
|
||||
foreach(testsourcefile ${tests})
|
||||
get_filename_component(testname ${testsourcefile} NAME_WE)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user