File: CMakeLists.txt

package info (click to toggle)
nitrokey-app 1.4.2-1.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,420 kB
  • sloc: cpp: 13,948; python: 1,649; ansic: 229; xml: 93; sh: 13; makefile: 10
file content (5 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (4)
1
2
3
4
5
# For cppcodec itself, don't prefer system headers over development ones.
include_directories(BEFORE ${PROJECT_SOURCE_DIR})

add_executable(test_cppcodec test_cppcodec.cpp)
add_test(cppcodec test_cppcodec)