dfhack/plugins/tweak/CMakeLists.txt

7 lines
87 B
CMake

PROJECT (tweak)
SET(PROJECT_SRCS
tweak.cpp
)
DFHACK_PLUGIN(tweak ${PROJECT_SRCS})