spectrum2/backends/frotz/dfrotz/CMakeLists.txt
2015-10-15 15:41:16 +03:00

9 lines
185 B
CMake

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)