Files @ 64a0a5d6b5cf
Branch filter:

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

HanzZ
support setting int/bool in [purple] section
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)