mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Added boost date_time to CMakeLists.txt to fix building on Linux.
This commit is contained in:
parent
bbc387ce8a
commit
2f358826fd
|
@ -35,7 +35,7 @@ endif()
|
|||
find_package(FreeType REQUIRED)
|
||||
find_package(FreeImage REQUIRED)
|
||||
find_package(SDL2 REQUIRED)
|
||||
find_package(Boost REQUIRED COMPONENTS system filesystem regex)
|
||||
find_package(Boost REQUIRED COMPONENTS system filesystem regex date_time)
|
||||
find_package(Eigen3 REQUIRED)
|
||||
|
||||
#add ALSA for Linux
|
||||
|
|
Loading…
Reference in a new issue