From c216327bd2d5e34909bc3ff6e10cb73c83ada4c1 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Thu, 9 Aug 2018 14:21:18 +0900 Subject: Revert "Compile together with sample code" This reverts commit a1fc65266653056f211eebfd610c64fa5af70ad5. --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d7a37a..ad24ccb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,5 +44,3 @@ configure_file(libwindowmanager.pc.in libwindowmanager.pc @ONLY) INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/libwindowmanager.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig) - -add_subdirectory(sample/simple-egl) -- cgit 1.2.3-korg