Files
Sunshine/cmake/dependencies/unix.cmake
2023-09-04 20:16:30 -04:00

5 lines
165 B
CMake

# unix specific dependencies
# put anything here that applies to both linux and macos
find_package(Boost COMPONENTS locale log filesystem program_options REQUIRED)