File: CMakeLists.txt

package info (click to toggle)
labplot 2.12.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 78,624 kB
  • sloc: cpp: 241,048; ansic: 6,324; python: 915; xml: 400; yacc: 237; sh: 221; awk: 35; makefile: 11
file content (7 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
add_executable(SpiceFilterTest SpiceFilterTest.cpp)
target_compile_definitions(SpiceFilterTest PRIVATE SPICEFILTERTEST_EN)

target_link_libraries(SpiceFilterTest labplotmetatest)
target_compile_definitions(labplotbackendlib PRIVATE SPICEFILTERTEST_EN)

add_test(NAME SpiceFilterTest COMMAND SpiceFilterTest)