Skip to content

Commit

Permalink
Build process now creates creation directory structure to avoid crash…
Browse files Browse the repository at this point in the history
…es. It will need extending as stages of the game are added.
  • Loading branch information
jjonj committed Jul 14, 2014
1 parent fad5dab commit caf4ee4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,11 @@ install(DIRECTORY
PATTERN "*.xml"
)

# Create directory tree that thrive requires
file(MAKE_DIRECTORY ${CMAKE_INSTALL_PREFIX}/bin/creations)
file(MAKE_DIRECTORY ${CMAKE_INSTALL_PREFIX}/bin/creations/microbe)
file(MAKE_DIRECTORY ${CMAKE_INSTALL_PREFIX}/bin/creations/multicellular)

# Install Runtime Libraries
if(WIN32)

Expand Down

0 comments on commit caf4ee4

Please sign in to comment.