Skip to content

Commit

Permalink
Merge pull request #26 from Tebalde0/master
Browse files Browse the repository at this point in the history
Update CMakeLists.txt
  • Loading branch information
Deguerre authored Dec 4, 2024
2 parents 8a3c20c + 2fd009e commit 7e096a7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,17 @@ ADD_LIBRARY(gossapp
GossCmdTrimGraph.cc
GossCmdTrimPaths.cc
#GossCmdUpgradeGraph.cc
${Boost_PROGRAM_OPTIONS_LIBRARY}
)

TARGET_LINK_LIBRARIES(gossapp
${Boost_SYSTEM_LIBRARY}
${Boost_IOSTREAMS_LIBRARY}
${Boost_FILESYSTEM_LIBRARY}
${ZLIB_LIBRARIES}
${BZIP2_LIBRARIES}
${SQLITE_LIBRARIES}
Threads::Threads
)

# goss

Expand Down

0 comments on commit 7e096a7

Please sign in to comment.