]> git.lyx.org Git - features.git/blobdiff - CMakeLists.txt
Another witch hunting case: break-paragraph -> paragraph-break.
[features.git] / CMakeLists.txt
index 2766fcd7297558e77e88a19322692cc32fbb1b3e..f04d6cf873667b40f6edf3fa63928acbd6c0a84b 100644 (file)
@@ -7,7 +7,7 @@
 cmake_minimum_required(VERSION 2.6.4)
 
 
-set(LYX_PROJECT lyx)
+set(LYX_PROJECT LyX)
 
 set(LYX_CMAKE_DIR "development/cmake")
 set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/${LYX_CMAKE_DIR}/modules")
@@ -668,6 +668,7 @@ endif()
 add_subdirectory(src "${TOP_BINARY_DIR}/src")
 add_subdirectory(lib/lyx2lyx "${TOP_BINARY_DIR}/lyx2lyx")
 add_subdirectory(lib/scripts "${TOP_BINARY_DIR}/scripts")
+add_subdirectory(lib/examples "${TOP_BINARY_DIR}/lib/examples")
 
 
 if(LYX_INSTALL)