Skip to content

Commit

Permalink
Merge pull request #11 from AMDmi3/patch-4
Browse files Browse the repository at this point in the history
Always store vfs in the project binary dir
  • Loading branch information
viewizard authored Oct 16, 2018
2 parents 64c0169 + 2e15372 commit 9508ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,6 @@ IF(NOT DONTCREATEVFS)
ADD_CUSTOM_COMMAND(
TARGET astromenace
POST_BUILD
COMMAND ${CMAKE_BINARY_DIR}/${astromenace_BIN} --pack --rawdata=${astromenace_DATA}
COMMAND ${CMAKE_BINARY_DIR}/${astromenace_BIN} --pack --rawdata=${astromenace_DATA} --dir=${PROJECT_BINARY_DIR}
)
ENDIF(NOT DONTCREATEVFS)

0 comments on commit 9508ab4

Please sign in to comment.