another temp code for review

develop
NMLittle 2010-03-25 17:32:04 -05:00
parent 0b1c3ea469
commit 504730c260
1 changed files with 3 additions and 0 deletions

@ -35,6 +35,9 @@ TARGET_LINK_LIBRARIES(dfdigger dfhack)
ADD_EXECUTABLE(dfitemdesignator itemdesignator.cpp)
TARGET_LINK_LIBRARIES(dfitemdesignator dfhack)
# a magma creation toold
ADD_EXECUTABLE(dfmagma_create magma_create.cpp)
TARGET_LINK_LIBRARIES(dfmagma_create dfhack)
IF(UNIX)
install(TARGETS