Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRex Tsai <chihchun@kalug.linux.org.tw>2012-01-04 14:02:04 +0400
committerRex Tsai <chihchun@kalug.linux.org.tw>2012-01-04 14:02:04 +0400
commit194186c23c2fee1051cd7729eec9a18dea4c1642 (patch)
tree42603d1ce9c084b286c09202d3b790fc754f76e1 /CMakeLists.txt
parentb7db890c1bc144937c53f48f34e1617f48e053cb (diff)
cmake: include remmina/include for headers
Signed-off-by: Rex Tsai <chihchun@kalug.linux.org.tw>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f1ca8ffcc..778fdc849 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -75,7 +75,7 @@ check_include_files(sys/un.h HAVE_SYS_UN_H)
check_include_files(errno.h HAVE_ERRNO_H)
include_directories(${CMAKE_CURRENT_BINARY_DIR})
-include_directories(${CMAKE_SOURCE_DIR}/include)
+include_directories(remmina/include)
set(REMMINA_VERSION "0.9.99.1")
set(REMMINA_DATADIR "${CMAKE_INSTALL_PREFIX}/share/remmina")