diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-08-09 14:21:18 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-08-09 14:21:18 +0900 |
commit | c216327bd2d5e34909bc3ff6e10cb73c83ada4c1 (patch) | |
tree | a1941c02fc5335c277d5fb32aac9acec09b883c2 /CMakeLists.txt | |
parent | 4213ca64d24c65af8ccfb70d09418d5a79bd956e (diff) |
Revert "Compile together with sample code"
This reverts commit a1fc65266653056f211eebfd610c64fa5af70ad5.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
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) |