mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 21:59:55 +01:00
replace float/double conversion with fast_float, update unit tests, update meson
This commit is contained in:
@@ -4,5 +4,12 @@ project('ssp', 'cpp',
|
||||
'cpp_std=c++17',
|
||||
'buildtype=debugoptimized'])
|
||||
|
||||
includes = include_directories('include')
|
||||
fast_float_sub = subproject('fast_float')
|
||||
fast_float_dep = fast_float_sub.get_variable('fast_float_dep')
|
||||
|
||||
ssp_dep = declare_dependency(
|
||||
include_directories: include_directories('include'),
|
||||
dependencies: fast_float_dep
|
||||
)
|
||||
|
||||
subdir('test')
|
||||
|
||||
Reference in New Issue
Block a user