From 81a6de41a5f6f5a4340e834dfd4ca965ed694924 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Mon, 24 Jun 2013 13:28:18 +0200 Subject: Some further changes in CMakeLists * removed DEV_BUILD autodetection (could be confusing) * ignore desktop subdirectory on Windows * some refactoring --- lib/clipboard/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/clipboard/CMakeLists.txt b/lib/clipboard/CMakeLists.txt index 4e83ce3..a189ec4 100644 --- a/lib/clipboard/CMakeLists.txt +++ b/lib/clipboard/CMakeLists.txt @@ -5,9 +5,9 @@ include_directories(. include/clipboard) add_definitions(-DLIB_COMPILE=1) -if (${PLATFORM_WINDOWS}) +if(PLATFORM_WINDOWS) set(CLIPBOARD_SRC src/clipboardWin32.c) -elseif (${PLATFORM_LINUX}) +elseif(PLATFORM_LINUX) set(CLIPBOARD_SRC src/clipboardX11.c) else() set(CLIPBOARD_SRC src/clipboardX11.c) -- cgit v1.2.3-1-g7c22