File: CMakeLists.txt

package info (click to toggle)
libxtrxll 0.0.1%2Bgit20201202.1b6eddf-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 460 kB
  • sloc: ansic: 7,030; xml: 19; makefile: 14
file content (10 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
# Low-level tests
include_directories(..)

add_executable(test_xtrxll test_xtrxll.c)
target_link_libraries(test_xtrxll xtrxll ${SYSTEM_LIBS})

add_executable(test_xtrxflash test_xtrxflash.c)
target_link_libraries(test_xtrxflash xtrxll ${SYSTEM_LIBS})

install(TARGETS test_xtrxll test_xtrxflash DESTINATION ${XTRXLL_UTILS_DIR})