mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 13:43:10 +00:00
7 lines
389 B
CMake
7 lines
389 B
CMake
|
|
||
|
###############################################################
|
||
|
# Build Java
|
||
|
###############################################################
|
||
|
|
||
|
add_custom_target(java COMMAND ${MAVEN_EXECUTABLE} -q package -Dcmake=true -DbuildDirectory=${CMAKE_BINARY_DIR}/libexec/trick/java/build -DTRICK_VERSION="${TRICK_MAJOR}.${TRICK_MINOR}.${TRICK_TINY}" WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
|