Skip to content

Commit

Permalink
GCC linker error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
chrxh committed Oct 17, 2024
1 parent 2938c8c commit fb853ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/EngineInterface/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ add_library(EngineInterface
StatisticsHistory.h
ZoomLevels.h)

target_link_libraries(EngineInterface Base)

target_link_libraries(EngineInterface Boost::boost)
target_link_libraries(EngineInterface ZLIB::ZLIB)

Expand Down

0 comments on commit fb853ce

Please sign in to comment.