Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
use FindX11's detected include path
Browse files Browse the repository at this point in the history
  • Loading branch information
sthen authored and derat committed Jan 9, 2021
1 parent b9908f9 commit 7adc0f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ include(GNUInstallDirs)
include(CTest)

find_package(X11 REQUIRED)
include_directories(${X11_INCLUDE_DIR})
find_package(GTest)

add_library(libxsettingsd STATIC
Expand Down

0 comments on commit 7adc0f2

Please sign in to comment.