mirror of https://github.com/CGAL/cgal
don't recurse
This commit is contained in:
parent
891fd47365
commit
0cddd1abf5
|
|
@ -9,7 +9,7 @@ find_package(CGAL REQUIRED)
|
||||||
|
|
||||||
# create a target per cppfile
|
# create a target per cppfile
|
||||||
file(
|
file(
|
||||||
GLOB_RECURSE cppfiles
|
GLOB cppfiles
|
||||||
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
||||||
*.cpp)
|
*.cpp)
|
||||||
foreach(cppfile ${cppfiles})
|
foreach(cppfile ${cppfiles})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue