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

Commit

Permalink
Add more dependencies to rnbyc build
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed Jul 11, 2020
1 parent 350b468 commit 06f605e
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 @@ -243,7 +243,7 @@ if (BUILD_RNBYC)
add_executable(rnbyc ${RNBYC_DIR}/rnbyc.c ${INC_DIR}/rhonabwy.h ${PROJECT_BINARY_DIR}/rhonabwy-cfg.h)
set_target_properties(rnbyc PROPERTIES SKIP_BUILD_RPATH TRUE)
add_dependencies(rnbyc rhonabwy)
target_link_libraries(rnbyc rhonabwy ulfius ${LIBS})
target_link_libraries(rnbyc rhonabwy orcania yder ulfius ${LIBS})
install(TARGETS rnbyc RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
INSTALL(FILES ${RNBYC_DIR}/rnbyc.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 COMPONENT runtime)
endif ()
Expand Down

0 comments on commit 06f605e

Please sign in to comment.