Skip to content

Commit

Permalink
squash. fix building from fresh start
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn committed Mar 28, 2024
1 parent b210f5b commit 8612635
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/api/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ add_library(
"${CMAKE_CURRENT_SOURCE_DIR}/src/rsUserAdmin.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/src/rsZoneReport.cpp"
)
add_dependencies(
irods_server_api
irods_genquery2_parser
)
objects_link_libraries(
irods_server_api
PUBLIC
Expand Down

0 comments on commit 8612635

Please sign in to comment.