Skip to content

Commit

Permalink
[Build] Fix install command for pk3
Browse files Browse the repository at this point in the history
  • Loading branch information
xycaleth committed Mar 15, 2015
1 parent 4122535 commit 66d3b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codemp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,6 @@ add_zip_command(openjk.pk3
add_custom_target(Assets
ALL
DEPENDS openjk.pk3)
install(FILES ${CMAKE_BINARY_DIR}/openjk.pk3
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/openjk.pk3
DESTINATION "OpenJK"
COMPONENT ${JKAMPCoreComponent})

0 comments on commit 66d3b4a

Please sign in to comment.