Skip to content

Commit 7e5bcbc

Browse files
committed
[BUILD] Add WAVY_PLUGIN_PATH for CMake
1 parent cfdc2d8 commit 7e5bcbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,10 @@ endif()
126126

127127
########################### ADD FETCHER PLUGINS HERE #########################################
128128
set(WAVY_PLUGIN_OUTPUT_PATH ${CMAKE_BINARY_DIR}/plugins)
129+
set(WAVY_PLUGIN_PATH ${CMAKE_CURRENT_SOURCE_DIR}/libwavy/tsfetcher/methods)
129130
message(STATUS "${BLUE} *** COMPILING FETCHER PLUGINS HERE *** ...${RESET}")
130131
message(NOTICE "\n==================[ WAVY FETCH PLUGIN BUILD ]==================")
131-
add_subdirectory(libwavy/tsfetcher/methods/aggr)
132+
add_subdirectory(${WAVY_PLUGIN_PATH}/aggr)
132133
# Add more here ...
133134
message(NOTICE "===============================================================\n")
134135
########################### END FETCHER PLUGINS HERE #########################################

0 commit comments

Comments
 (0)