This website requires JavaScript.
Explore
Help
Sign In
thevar1able
/
ClickHouse
Watch
1
Star
0
Fork
0
You've already forked ClickHouse
mirror of
https://github.com/ClickHouse/ClickHouse.git
synced
2024-11-18 21:51:57 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0ceed79d4e
ClickHouse
/
dbms
/
src
/
Functions
/
tests
/
CMakeLists.txt
3 lines
100 B
CMake
Raw
Normal View
History
Unescape
Escape
Removed sensitive data.
2016-02-07 21:58:58 +00:00
add_executable
(
number_traits
number_traits.cpp
)
Better link and deps (#3631) * try fix 1 * Better deps * fix * fix * fix * Update CMakeLists.txt * Update CMakeLists.txt * fix * fix * fix * disable old * Update find_odbc.cmake
2018-11-21 19:20:27 +00:00
target_link_libraries
(
number_traits
PRIVATE
dbms
)
Reference in New Issue
Copy Permalink