File: CMakeLists.txt

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

add_executable(mactest ${mactest_bin_SRCS})

target_link_qca_libraries(mactest)