From e069b60396f8e7726e824bdbd3745f30ec5c833b Mon Sep 17 00:00:00 2001 From: Chad Versace Date: Wed, 4 Apr 2012 18:20:58 -0700 Subject: cmake: Install libwaffle.so and headers Install libwaffle.so to ${waffle_install_libdir}. Install headers to ${waffle_install_includedir}/waffle. Signed-off-by: Chad Versace --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 67be257..a73aab8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -195,6 +195,7 @@ endif(waffle_has_x11_egl) include_directories(include src) add_subdirectory(src) +add_subdirectory(include) if(waffle_build_tests) add_subdirectory(tests) -- cgit v1.2.3