Skip to content
Snippets Groups Projects
Commit c0956d4d authored by Karsten Rink's avatar Karsten Rink
Browse files

Merge branch 'master' of github.com:ufz/ogs

parents b78d93f8 a88ae33d
No related branches found
No related tags found
No related merge requests found
......@@ -114,9 +114,11 @@ endif()
# Example binaries
#============================================================================
add_executable(zlib-example test/example.c)
target_link_libraries(zlib-example zlib)
add_test(zlib-example ${EXECUTABLE_OUTPUT_PATH}/zlib-example)
if(NOT COMPILER_IS_CLANG)
add_executable(zlib-example test/example.c)
target_link_libraries(zlib-example zlib)
add_test(zlib-example ${EXECUTABLE_OUTPUT_PATH}/zlib-example)
endif()
#
#add_executable(minigzip test/minigzip.c)
#target_link_libraries(minigzip zlib)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment