Module: kamailio Branch: master Commit: 9ff2bb869dafca8521a0da7f112c3846f86c5f7e URL: https://github.com/kamailio/kamailio/commit/9ff2bb869dafca8521a0da7f112c3846f86c5f7e
Author: Xenofon Karamanos <x...@gilawa.com> Committer: Xenofon Karamanos <x...@gilawa.com> Date: 2024-12-10T10:31:59Z cmake: Add generating parsing files dependency --- Modified: src/CMakeLists.txt --- Diff: https://github.com/kamailio/kamailio/commit/9ff2bb869dafca8521a0da7f112c3846f86c5f7e.diff Patch: https://github.com/kamailio/kamailio/commit/9ff2bb869dafca8521a0da7f112c3846f86c5f7e.patch --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0e1ea4472d3..c68dada4f98 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -80,6 +80,7 @@ endif() # ----------------------- add_executable(kamailio ${CMAKE_CURRENT_SOURCE_DIR}/main.c) +add_dependencies(kamailio GenerateParser) # Enable ENABLE_EXPORTS property so modules can link from symbols # found in kamailio executable. set_target_properties( _______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!