dfhack/plugins/tweak/CMakeLists.txt

7 lines
86 B
CMake

project(tweak)
set(PROJECT_SRCS
tweak.cpp
)
dfhack_plugin(tweak ${PROJECT_SRCS})