Skip to content

Commit

Permalink
Try fix Ubuntu compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mignari committed Feb 9, 2024
1 parent c553063 commit d32e045
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE RelWithDebInfo)
endif()

find_package(asio CONFIG REQUIRED)
find_package(Boost 1.66.0 REQUIRED COMPONENTS date_time system filesystem iostreams)
find_package(fmt CONFIG REQUIRED)
find_package(nlohmann_json CONFIG REQUIRED)

Expand Down Expand Up @@ -51,6 +51,9 @@ target_link_libraries(${PROJECT_NAME}
${GLUT_LIBRARIES}
${ZLIB_LIBRARIES}
fmt::fmt
asio::asio
Boost::date_time
Boost::system
Boost::filesystem
Boost::iostreams
nlohmann_json::nlohmann_json
)

0 comments on commit d32e045

Please sign in to comment.