Files @ 174e3c560923
Branch filter:

Location: libtransport.git/backends/frotz/CMakeLists.txt

HanzZ
Merge branch 'master' of github.com:hanzz/libtransport
1
2
3
4
5
6
7
8
9
cmake_minimum_required(VERSION 2.6)
FILE(GLOB SRC *.c *.cpp)

ADD_EXECUTABLE(spectrum_frotz_backend ${SRC})

target_link_libraries(spectrum_frotz_backend transport pthread)

INSTALL(TARGETS spectrum_frotz_backend RUNTIME DESTINATION bin)