@@ -241,23 +241,23 @@ endif()
241
241
242
242
include_directories (${PROJECT_SOURCE_DIR} ${PROJECT_BINARY_DIR} )
243
243
244
- add_executable (example EXCLUDE_FROM_ALL test /example.c )
245
- target_link_libraries (example zlib )
246
- add_test (example example )
247
-
248
- add_executable (minigzip EXCLUDE_FROM_ALL test /minigzip.c )
249
- target_link_libraries (minigzip zlib )
250
-
251
- if (HAVE_OFF64_T )
252
- add_executable (example64 test /example.c )
253
- target_link_libraries (example64 zlib )
254
- set_target_properties (example64 PROPERTIES COMPILE_FLAGS "-D_FILE_OFFSET_BITS=64" )
255
- add_test (example64 example64 )
256
-
257
- add_executable (minigzip64 test /minigzip.c )
258
- target_link_libraries (minigzip64 zlib )
259
- set_target_properties (minigzip64 PROPERTIES COMPILE_FLAGS "-D_FILE_OFFSET_BITS=64" )
260
- endif ()
244
+ # add_executable(example EXCLUDE_FROM_ALL test/example.c)
245
+ # target_link_libraries(example zlib)
246
+ # add_test(example example)
247
+
248
+ # add_executable(minigzip EXCLUDE_FROM_ALL test/minigzip.c)
249
+ # target_link_libraries(minigzip zlib)
250
+
251
+ # if(HAVE_OFF64_T)
252
+ # add_executable(example64 test/example.c)
253
+ # target_link_libraries(example64 zlib)
254
+ # set_target_properties(example64 PROPERTIES COMPILE_FLAGS "-D_FILE_OFFSET_BITS=64")
255
+ # add_test(example64 example64)
256
+
257
+ # add_executable(minigzip64 test/minigzip.c)
258
+ # target_link_libraries(minigzip64 zlib)
259
+ # set_target_properties(minigzip64 PROPERTIES COMPILE_FLAGS "-D_FILE_OFFSET_BITS=64")
260
+ # endif()
261
261
262
262
set (ZLIB_VERSION
263
263
${zlib_VERSION}
0 commit comments