File: UseESBTL.cmake

package info (click to toggle)
cgal 6.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 144,952 kB
  • sloc: cpp: 811,597; ansic: 208,576; sh: 493; python: 411; makefile: 286; javascript: 174
file content (4 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (7)
1
2
3
4
# This module setups the compiler for using ESBTL library.
# It assumes that find_package(ESBTL) was already called.

include_directories( SYSTEM ${ESBTL_INCLUDE_DIR} )