File: UseCGAL_Lab.cmake

package info (click to toggle)
cgal 6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 144,912 kB
  • sloc: cpp: 810,858; ansic: 208,477; sh: 493; python: 411; makefile: 286; javascript: 174
file content (12 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
message(STATUS "Using CGAL Lab from: ${CGAL_LAB_DEMO_DIR}")

list(INSERT CMAKE_MODULE_PATH 0 "${CGAL_LAB_DEMO_CMAKE_MODULE_PATH}")

message(STATUS "Now CMAKE_MODULE_PATH is: ${CMAKE_MODULE_PATH}")

include( CGALlab_macros )
include( cgal_lab_targets )


include_directories( ${CGAL_LAB_DEMO_HEADERS_DIRS} )
add_definitions(${CGAL_LAB_DEMO_DEFINITIONS})