Use GLOB_RECURSE instead of GLOB to get all *_unittest.cpp files from the src/ directory.

This commit is contained in:
David Capello 2010-08-25 17:27:45 -03:00
parent 73aa734daa
commit 463c188014

View File

@ -34,8 +34,7 @@ include_directories(
${VACA_DIR}/include)
# Files
file(GLOB tests
app/*_unittest.cpp)
file(GLOB_RECURSE tests *_unittest.cpp)
######################################################################
# aseprite library