Cmake: Adding Fluid Manuipulation repo dependency the quick and dirty way

nix
Owen Green 6 years ago
parent 6960c1b95e
commit 1aaf244efb

@ -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)

@ -27,6 +27,7 @@ target_include_directories(
${PLUGIN}
PRIVATE
${LOCAL_INCLUDES}
"${FLUID_M_PATH}/include/"
)
target_include_directories(

Loading…
Cancel
Save