Skip to content

Commit

Permalink
Enable raw format in binary built by cmake.
Browse files Browse the repository at this point in the history
  • Loading branch information
kubo committed Dec 6, 2021
1 parent d82dd37 commit b36c85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ endif()

add_executable(snzip ${SNZIP_SOURCES})
target_include_directories(snzip PRIVATE ${CMAKE_CURRENT_BINARY_DIR})
add_definitions(-DHAVE_CONFIG_H)
add_definitions(-DHAVE_CONFIG_H -DSUPPORT_RAW_FORMAT)
target_link_libraries(snzip PRIVATE snappy)

0 comments on commit b36c85a

Please sign in to comment.