dfhack/plugins/spectate/CMakeLists.txt

9 lines
134 B
CMake

project(spectate)
SET(SOURCES
spectate.cpp
pause.cpp)
2022-10-12 15:44:51 -06:00
dfhack_plugin(${PROJECT_NAME} ${SOURCES} LINK_LIBRARIES lua)