parent
ec21faf15c
commit
b322ce064b
|
@ -313,6 +313,7 @@ find_package(SDL2_ttf REQUIRED)
|
|||
find_package(PNG 1.2 REQUIRED)
|
||||
find_package(Gettext REQUIRED)
|
||||
find_package(PhysFS REQUIRED)
|
||||
find_package(glm CONFIG REQUIRED)
|
||||
|
||||
set(Boost_USE_STATIC_LIBS ${BOOST_STATIC})
|
||||
set(Boost_USE_MULTITHREADED ON)
|
||||
|
|
|
@ -485,6 +485,7 @@ target_link_libraries(colobotbase PUBLIC
|
|||
OpenGL::GL
|
||||
PNG::PNG
|
||||
GLEW::GLEW
|
||||
glm::glm
|
||||
Boost::headers
|
||||
Boost::filesystem
|
||||
Boost::regex
|
||||
|
|
Loading…
Reference in New Issue