ClickHouse/contrib/dragonbox-cmake/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
308 B
CMake
Raw Normal View History

2020-12-07 18:26:02 +00:00
set(LIBRARY_DIR "${ClickHouse_SOURCE_DIR}/contrib/dragonbox")
2020-12-07 13:23:10 +00:00
add_library(_dragonbox_to_chars "${LIBRARY_DIR}/source/dragonbox_to_chars.cpp")
target_include_directories(_dragonbox_to_chars SYSTEM BEFORE PUBLIC "${LIBRARY_DIR}/include/")
add_library(ch_contrib::dragonbox_to_chars ALIAS _dragonbox_to_chars)