File: CMakeLists.txt

package info (click to toggle)
qca2 2.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,672 kB
  • sloc: cpp: 58,980; ansic: 832; perl: 133; sh: 79; makefile: 22
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")