mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2024-12-28 20:43:36 +01:00
cmake: make OpenLibm a dependency
This is required for the floating-point printing with Grisu2b.
This commit is contained in:
parent
74b2dbeb36
commit
c1e96173da
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ if(Gint_FOUND)
|
||||||
IMPORTED_LOCATION "${GINT_PATH}"
|
IMPORTED_LOCATION "${GINT_PATH}"
|
||||||
INTERFACE_COMPILE_OPTIONS -fstrict-volatile-bitfields
|
INTERFACE_COMPILE_OPTIONS -fstrict-volatile-bitfields
|
||||||
INTERFACE_COMPILE_DEFINITIONS "${INTF_DEFN}"
|
INTERFACE_COMPILE_DEFINITIONS "${INTF_DEFN}"
|
||||||
INTERFACE_LINK_LIBRARIES -lgcc
|
INTERFACE_LINK_LIBRARIES "-lopenlibm;-lgcc"
|
||||||
INTERFACE_LINK_OPTIONS "${INTF_LINK}"
|
INTERFACE_LINK_OPTIONS "${INTF_LINK}"
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# giteapc: version=1 depends=Lephenixnoir/sh-elf-gcc,Lephenixnoir/fxsdk
|
# giteapc: version=1 depends=Lephenixnoir/sh-elf-gcc,Lephenixnoir/fxsdk,Lephenixnoir/OpenLibm
|
||||||
|
|
||||||
-include giteapc-config.make
|
-include giteapc-config.make
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue