Skip to content

Commit

Permalink
Fixing CMake according to latest changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed May 7, 2019
1 parent 404daa7 commit 7e89ebf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ endif()
set(STREAMVBYTE_SRCS
${PROJECT_SOURCE_DIR}/src/streamvbyte_encode.c
${PROJECT_SOURCE_DIR}/src/streamvbyte_decode.c
${PROJECT_SOURCE_DIR}/src/streamvbyte_zigzag.c
${PROJECT_SOURCE_DIR}/src/streamvbytedelta_encode.c
${PROJECT_SOURCE_DIR}/src/streamvbytedelta_decode.c
${PROJECT_SOURCE_DIR}/src/streamvbyte_0124_encode.c
Expand All @@ -59,7 +60,8 @@ target_include_directories(
install(FILES
${PROJECT_SOURCE_DIR}/include/streamvbyte.h
${PROJECT_SOURCE_DIR}/include/streamvbytedelta.h
DESTINATION include
${PROJECT_SOURCE_DIR}/include/streamvbyte_zigzag.h
DESTINATION include
)
install(
TARGETS streamvbyte streamvbyte_static
Expand Down

0 comments on commit 7e89ebf

Please sign in to comment.