GSL includes required for trick_math #901

This commit is contained in:
Alex Lin 2019-11-20 07:40:40 -06:00
parent f157b2a8ee
commit 17013834c9

View File

@ -90,3 +90,7 @@ set( TRICKMATH_SRC
)
add_library( trick_math STATIC ${TRICKMATH_SRC})
if(GSL_FOUND)
target_include_directories( trick_math PUBLIC ${GSL_INCLUDE_DIRS} )
endif()