This website requires JavaScript.
Explore
Help
Sign In
MetzNet
/
dfhack
Watch
3
Star
0
Fork
You've already forked dfhack
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
666edd6d60
dfhack
/
plugins
/
tweak
/
CMakeLists.txt
7 lines
86 B
CMake
Raw
Normal View
History
Unescape
Escape
Clean up CMakeLists.txt style
2019-07-16 20:19:11 -06:00
project
(
tweak
)
set
(
PROJECT_SRCS
'tweak' plugin cleanup/reorganization * Removed confirm-embark, stable-temp, patrol-duty * Split (enabled) tweaks into separate files * New tweak: manager-quantity
2014-09-26 16:40:19 -06:00
t
w
e
a
k
.
c
p
p
)
Clean up CMakeLists.txt style
2019-07-16 20:19:11 -06:00
dfhack_plugin
(
tweak
${
PROJECT_SRCS
}
)