spectrum2/backends/frotz/dfrotz/CMakeLists.txt

10 lines
185 B
Text
Raw Permalink Normal View History

2015-10-15 15:41:16 +03:00
cmake_minimum_required(VERSION 2.6)
FILE(GLOB SRC common/*.c dumb/*.c)
ADD_EXECUTABLE(dfrotz ${SRC})
# target_link_libraries(dfrotz)
INSTALL(TARGETS dfrotz RUNTIME DESTINATION bin)