# Add include folders to the library and targets that consume it # the SYSTEM keyword suppresses warnings for users of the library # # By adding this directory as an include directory the user gets a # namespace effect. # # IE: # #include if(GSL_STANDALONE_PROJECT) target_include_directories(GSL INTERFACE $ $ ) else() target_include_directories(GSL SYSTEM INTERFACE $ $ ) endif()