Skip to content

Commit ec73e9c

Browse files
Lorenzo ManganiLorenzo Mangani
authored andcommitted
fix include
1 parent fb1c685 commit ec73e9c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ include_directories(
1515
${Boost_INCLUDE_DIRS}
1616
)
1717

18-
set(EXTENSION_SOURCES src/redis_extension.cpp)
18+
# Add redis_secret.cpp to the sources
19+
set(EXTENSION_SOURCES
20+
src/redis_extension.cpp
21+
src/redis_secret.cpp
22+
)
1923

2024
build_static_extension(${TARGET_NAME} ${EXTENSION_SOURCES})
2125
build_loadable_extension(${TARGET_NAME} " " ${EXTENSION_SOURCES})

0 commit comments

Comments
 (0)