mirror of https://github.com/CGAL/cgal
9 lines
354 B
Plaintext
9 lines
354 B
Plaintext
#---------------------------------------------------------------------#
|
|
# This file contains the locations of include and lib-directories.
|
|
# It is included in all makefiles.
|
|
#---------------------------------------------------------------------#
|
|
|
|
CGAL_INCL_DIR = ENTER_YOUR_CGAL_INCLUDE_DIRECTORY_HERE
|
|
CGAL_LIB_DIR = ENTER_YOUR_CGAL_LIB_DIRECTORY_HERE
|
|
|