Skip to content

Commit

Permalink
Fix Make
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBrokenRail committed Jun 23, 2019
1 parent 526f0b1 commit fea9eba
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 @@ -41,6 +41,6 @@ SET(BIN_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/bin" CACHE STRING "Directory where
SET(LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}" CACHE STRING "Directory where lib will install")
SET(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include" CACHE PATH "The directory the headers are installed in")

install(TARGETS duv dschema duktape uv DESTINATION ${LIB_INSTALL_DIR})
install(TARGETS duv dschema duktape DESTINATION ${LIB_INSTALL_DIR})
install(TARGETS dukluv DESTINATION ${BIN_INSTALL_DIR})
install(FILES src/refs.h src/duv.h lib/duktape/src-separate/duk_config.h lib/duktape/src-separate/duktape.h DESTINATION ${INCLUDE_INSTALL_DIR}/duv)

0 comments on commit fea9eba

Please sign in to comment.