mirror of https://github.com/CGAL/cgal
more changes after review
This commit is contained in:
parent
50e041134e
commit
2b169da21b
|
|
@ -1,6 +1,3 @@
|
|||
# Created by the script cgal_create_CMakeLists
|
||||
# This is the CMake script for compiling a set of CGAL applications.
|
||||
|
||||
project( Property_map )
|
||||
|
||||
|
||||
|
|
@ -33,9 +30,6 @@ endif()
|
|||
|
||||
# include for local directory
|
||||
|
||||
# include for local package
|
||||
include_directories( BEFORE ../../include )
|
||||
|
||||
|
||||
# Creating entries for all C++ files with "main" routine
|
||||
# ##########################################################
|
||||
|
|
|
|||
Loading…
Reference in New Issue