diff --git a/cmake/FetchDependencies.cmake b/cmake/FetchDependencies.cmake index 1b455b0c..8e86e9c6 100644 --- a/cmake/FetchDependencies.cmake +++ b/cmake/FetchDependencies.cmake @@ -63,3 +63,8 @@ if (TRACY_ENABLE) set(TRACY_STATIC ON) set(TRACY_ON_DEMAND ON) endif() + +set_target_properties(example minigzip PROPERTIES EXCLUDE_FROM_ALL TRUE) +if(HAVE_OFF64_T) + set_target_properties(example64 minigzip64 PROPERTIES EXCLUDE_FROM_ALL TRUE) +endif() \ No newline at end of file