Mise à jour de 'cmake/FindUstl.cmake'

This commit is contained in:
Sylvain PILLOT 2022-03-01 22:11:59 +01:00
parent 7f53cd4683
commit b492b4e613
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ if(LibUstl_FOUND)
# If we specify where the library comes from, CMake will watch that file
# and relink any user application when the library is updated!
IMPORTED_LOCATION "${EX_PATH}"
INTERFACE_COMPILE_OPTIONS -std=c++11 -fno-rtti -fno-use-cxa-atexit
# Linking options
INTERFACE_LINK_OPTIONS -lustl
# Dependencies (for order on the command-line)