blob: 61d83201639274b3a19ff131ffa55e60d4e7d6ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5ffbdf3..ba22109 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -75,7 +75,7 @@ if(SqliteOrm_BuildTests AND BUILD_TESTING)
add_subdirectory(tests)
endif()
-add_subdirectory(examples)
+#add_subdirectory(examples)
install(TARGETS sqlite_orm EXPORT "${ProjectName}Targets"
INCLUDES DESTINATION "${INCLUDE_INSTALL_DIR}" COMPONENT Development
|