mirror of
https://github.com/nasa/trick.git
synced 2025-01-18 02:40:08 +00:00
GSL includes required for trick_math #901
This commit is contained in:
parent
f157b2a8ee
commit
17013834c9
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user