File: CMakeLists.txt

package info (click to toggle)
libioth 0.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 248 kB
  • sloc: ansic: 1,407; makefile: 31
file content (5 lines) | stat: -rw-r--r-- 205 bytes parent folder | download
1
2
3
4
5
add_executable(iothtest_server iothtest_server.c)
target_link_libraries(iothtest_server ioth pthread)

add_executable(iothtest_client iothtest_client.c)
target_link_libraries(iothtest_client ioth pthread)