I do not remove the directory CGAL_PDB as I am allowed to use svn remove.
5 lines
162 B
CMake
5 lines
162 B
CMake
# This module setups the compiler for using ESBTL library.
|
|
# It assumes that find_package(ESBTL) was already called.
|
|
|
|
include_directories( ${ESBTL_INCLUDE_DIR} )
|