diff --git a/CMakeLists.txt b/CMakeLists.txt index 71c94fb..0513eda 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,6 +31,7 @@ ENDMACRO() set(FLUID_PATH ~/fluid_decomposition CACHE PATH "The top level of the fluid_decomposition repo") set(LOCAL_INCLUDES "${CMAKE_CURRENT_SOURCE_DIR}/include") +set(FLUID_M_PATH ~/dev/fluid_manipulation/fluid_manipulation CACHE PATH "The top level of the fluid_manipulation repo") get_filename_component(FLUID_ABS_PATH "${FLUID_PATH}" ABSOLUTE) diff --git a/scripts/target_post.cmake b/scripts/target_post.cmake index 2ce587f..ea4798e 100644 --- a/scripts/target_post.cmake +++ b/scripts/target_post.cmake @@ -27,6 +27,7 @@ target_include_directories( ${PLUGIN} PRIVATE ${LOCAL_INCLUDES} + "${FLUID_M_PATH}/include/" ) target_include_directories(