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-- 215 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
ENABLE_TESTING()

set(base64unittest_bin_SRCS base64unittest.cpp)  

add_executable(base64unittest ${base64unittest_bin_SRCS} )

target_link_qca_test_libraries(base64unittest)

add_qca_test(base64unittest "Base64")