File: CMakeLists.txt

package info (click to toggle)
qca2 2.3.10-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 5,884 kB
  • sloc: cpp: 59,224; ansic: 814; perl: 133; sh: 89; makefile: 34
file content (9 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
ENABLE_TESTING()

set(hexunittest_bin_SRCS hexunittest.cpp)  

add_executable( hexunittest ${hexunittest_bin_SRCS} )

target_link_qca_test_libraries(hexunittest)

add_qca_test(hexunittest "HexadecimalConversion")