mirror of https://github.com/CGAL/cgal
Add CGAL as a dependency for CGALPDB
This commit is contained in:
parent
9949de466f
commit
4bfdc5e3d2
|
|
@ -21,6 +21,8 @@ assert(CGAL_BINARY_DIR)
|
|||
|
||||
add_library(CGAL_PDB "all_files.cpp")
|
||||
|
||||
add_dependencies( CGAL_PDB CGAL )
|
||||
|
||||
set( CGAL_PDB_BASENAME CGAL-PDB )
|
||||
|
||||
if (NOT AUTO_LINK_ENABLED )
|
||||
|
|
|
|||
Loading…
Reference in New Issue