Add CGAL as a dependency for CGALPDB

This commit is contained in:
Fernando Cacciola 2008-08-22 17:44:07 +00:00
parent 9949de466f
commit 4bfdc5e3d2
1 changed files with 2 additions and 0 deletions

View File

@ -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 )