Skip to content

Commit

Permalink
Fix Dice3DS nested directory for non-installed build
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrogan authored and yorikvanhavre committed May 16, 2018
1 parent 39e3508 commit 46a9163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Arch/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ADD_CUSTOM_TARGET(Arch ALL
)

fc_copy_sources(Arch "${CMAKE_BINARY_DIR}/Mod/Arch" ${Arch_SRCS})
fc_copy_sources(Arch "${CMAKE_BINARY_DIR}/Mod/Arch/Dice3DS" ${Dice3DS_SRCS})
fc_copy_sources(Arch "${CMAKE_BINARY_DIR}/Mod/Arch" ${Dice3DS_SRCS})

fc_target_copy_resource(Arch
${CMAKE_SOURCE_DIR}/src/Mod/Arch
Expand Down

0 comments on commit 46a9163

Please sign in to comment.