We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfdc2d8 commit 7e5bcbcCopy full SHA for 7e5bcbc
CMakeLists.txt
@@ -126,9 +126,10 @@ endif()
126
127
########################### ADD FETCHER PLUGINS HERE #########################################
128
set(WAVY_PLUGIN_OUTPUT_PATH ${CMAKE_BINARY_DIR}/plugins)
129
+set(WAVY_PLUGIN_PATH ${CMAKE_CURRENT_SOURCE_DIR}/libwavy/tsfetcher/methods)
130
message(STATUS "${BLUE} *** COMPILING FETCHER PLUGINS HERE *** ...${RESET}")
131
message(NOTICE "\n==================[ WAVY FETCH PLUGIN BUILD ]==================")
-add_subdirectory(libwavy/tsfetcher/methods/aggr)
132
+add_subdirectory(${WAVY_PLUGIN_PATH}/aggr)
133
# Add more here ...
134
message(NOTICE "===============================================================\n")
135
########################### END FETCHER PLUGINS HERE #########################################
0 commit comments