mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:59:00 +08:00
14 lines
419 B
Diff
14 lines
419 B
Diff
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
|