Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Corrected installation of libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
drahosp committed Dec 8, 2010
1 parent 7fa2a09 commit e6df1c2
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 @@ -70,7 +70,7 @@ COMMAND ${JAVA_COMPILE} -sourcepath ${CMAKE_CURRENT_SOURCE_DIR}/src/java -d ${CM
ADD_LIBRARY(luajava SHARED src/c/luajava.c)
TARGET_LINK_LIBRARY(luajava ${LUA_LIBRARY})

INSTALL(TARGETS luajava DESTINATION ${INSTALL_LIB})
INSTALL(TARGETS luajava RUNTIME DESTINATION ${INSTALL_BIN} LIBRARY DESTINATION ${INSTALL_LIB} ARCHIVE DESTINATION ${INSTALL_LIB})
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/${JAR_FILE} DESTINATION ${INSTALL_LIB} )

# LuaJava Batch & Shell scripts
Expand Down

0 comments on commit e6df1c2

Please sign in to comment.