summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2012-10-02 23:59:03 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2012-10-02 23:59:03 +0200
commit6ddc52c51abd8cb0ea46112c895e9e1356fa2c22 (patch)
treec43dbe16405d9e5dd891a7061d4fe6ad039a1406
parent53996e5cbb57773b26f6134c4527a806b7df5d50 (diff)
fixup! Move linux-specific SpiceController to X11/
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 32c1785..ae01e6c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -37,6 +37,7 @@ SET( SOURCES
# This will include Win/projectDef.cmake, X11/projectDef.cmake, Mac/projectDef
# depending on the platform
include_platform()
+include_directories(${FB_PLATFORM_NAME})
find_package(PkgConfig)
pkg_check_modules(SPICE_PROTOCOL spice-protocol)