Skip to content

Commit

Permalink
Add missing dependency to CMake target
Browse files Browse the repository at this point in the history
Fix #4
  • Loading branch information
bchretien committed Aug 31, 2016
1 parent 81c7a3e commit 7b5e30f
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 @@ -86,7 +86,7 @@ ADD_CUSTOM_COMMAND(
)

# Add the native library to the executable jar
ADD_CUSTOM_TARGET(Lib_to_jar ALL DEPENDS AlienFX Images_to_jar)
ADD_CUSTOM_TARGET(Lib_to_jar ALL DEPENDS AlienFX Images_to_jar Alien${ARCH})
ADD_CUSTOM_COMMAND(
COMMAND ${Java_JAR_EXECUTABLE}
ARGS uf ${AlienFX_jar} -C ${CMAKE_BINARY_DIR} lib/${NATIVE_LIBRARY_NAME}
Expand Down

0 comments on commit 7b5e30f

Please sign in to comment.