dfhack/plugins/spectate/CMakeLists.txt

8 lines
133 B
CMake

project(spectate)
SET(SOURCES
spectate.cpp
pause.cpp)
dfhack_plugin(${PROJECT_NAME} ${SOURCES} LINK_LIBRARIES lua)