Update CMakeLists.txt

This commit is contained in:
Gabi Melman 2019-07-01 15:03:53 +03:00 committed by GitHub
parent 7b218737cc
commit 7a686d4d21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
project(spdlog_utests CXX)
include(../cmake/utils.cmake)
find_package(PkgConfig)
if(PkgConfig_FOUND)
pkg_check_modules(systemd libsystemd)