File: CMakeLists.txt

package info (click to toggle)
polymake 4.15-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 35,892 kB
  • sloc: cpp: 168,945; perl: 43,410; javascript: 31,575; ansic: 3,007; java: 2,654; python: 632; sh: 268; xml: 117; makefile: 61
file content (7 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
include_directories(../include)

set(executables api-example example example-coset example-orbit example-smallgeneratingset)

foreach(_exec ${executables})
  add_executable ("${_exec}" "${_exec}.cpp")
endforeach(_exec)