From 8abdaa7abf64b67ac6ca04e2d5fee84ebec47691 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sun, 23 Jan 2011 18:57:35 +0100 Subject: examples: Start to build examples on more plattforms. --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a96eec81..d5a2c1a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,9 +87,7 @@ install( pkgconfig ) -if (CMAKE_SYSTEM_NAME STREQUAL "Linux") - add_subdirectory(examples) -endif (CMAKE_SYSTEM_NAME STREQUAL "Linux") +add_subdirectory(examples) if (WITH_TESTING) find_package(CMockery REQUIRED) -- cgit v1.2.3