summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2015-02-15 11:10:10 -0500
committerAllen Winter <allen.winter@kdab.com>2015-02-15 11:10:10 -0500
commit1046267802a978702555cedddc8cb817b0d4eed2 (patch)
tree0c94c80f2e0d8ff52e3420a196d33191c796bb7d /examples
parent6da7ae903c43af1df72f0806a4b4bacb6917b071 (diff)
downloadlibical-git-1046267802a978702555cedddc8cb817b0d4eed2.tar.gz
document how to build with Clang and cleanup some Clang warnings
Diffstat (limited to 'examples')
-rw-r--r--examples/CMakeLists.txt10
1 files changed, 1 insertions, 9 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 5a05e5d5..9760dbec 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -1,11 +1,5 @@
-include_directories(
- ${CMAKE_BINARY_DIR}
- ${CMAKE_SOURCE_DIR}/src ${CMAKE_BINARY_DIR}/src
- ${CMAKE_SOURCE_DIR}/src/libical ${CMAKE_BINARY_DIR}/src/libical
- ${CMAKE_SOURCE_DIR}/src/libicalss ${CMAKE_BINARY_DIR}/src/libicalss
-)
-########### next target ###############
+########### doesnothing target ###############
set(doesnothing_SRCS
access_components.c
@@ -37,5 +31,3 @@ else()
endif()
endif()
-########### install files ###############
-