Skip to content

Commit

Permalink
Merge remote-tracking branch 'myk002/buildingplan_format' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed Sep 24, 2020
2 parents d43bf0c + 8660355 commit 577bb0a
Show file tree
Hide file tree
Showing 9 changed files with 1,260 additions and 1,209 deletions.
2 changes: 1 addition & 1 deletion plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ add_custom_target(generate_proto DEPENDS ${PROJECT_PROTO_TMP_FILES})

set_source_files_properties( Brushes.h PROPERTIES HEADER_FILE_ONLY TRUE )

add_library(buildingplan-lib STATIC buildingplan-lib.cpp)
add_library(buildingplan-lib STATIC buildingplan-lib.cpp buildingplan-planner.cpp buildingplan-rooms.cpp)
target_link_libraries(buildingplan-lib dfhack)

# Plugins
Expand Down
Loading

0 comments on commit 577bb0a

Please sign in to comment.