File: CMakeLists.txt

package info (click to toggle)
python-gsd 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,020 kB
  • sloc: python: 3,252; ansic: 1,965; cpp: 129; makefile: 14
file content (4 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (4)
1
2
3
4
add_executable(benchmark-write benchmark-write.cc ../gsd/gsd.c)
set_property(TARGET benchmark-write PROPERTY CXX_STANDARD 11)
add_executable(benchmark-read benchmark-read.cc ../gsd/gsd.c)
set_property(TARGET benchmark-read PROPERTY CXX_STANDARD 11)