Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Roblox
GitHub Repository: Roblox/luau
Path: blob/master/fuzz/libprotobuf-mutator-patch.patch
2723 views
1
diff --git a/CMakeLists.txt b/CMakeLists.txt
2
index 4805c82..9f0df5c 100644
3
--- a/CMakeLists.txt
4
+++ b/CMakeLists.txt
5
@@ -149,7 +149,6 @@ add_subdirectory(src)
6
7
if (NOT "${LIB_PROTO_MUTATOR_FUZZER_LIBRARIES}" STREQUAL "" OR
8
NOT "${FUZZING_FLAGS}" STREQUAL "")
9
- add_subdirectory(examples EXCLUDE_FROM_ALL)
10
endif()
11
12
install(EXPORT libprotobuf-mutatorTargets FILE libprotobuf-mutatorTargets.cmake
13
14