src/cc: cmake file cleanup and split usdt into subdir
Move two usdt related files to a new subdirectory and link them into the
final product. Introduce a cmake option to disable that feature (turning
it off currently fails to compile).
Move some of the cmake flag computation into a helper cmake file and
include that rather than inlining it.
Signed-off-by: Brenden Blanco <bblanco@gmail.com>
Showing
cmake/clang_libs.cmake
0 → 100644
cmake/static_libstdc++.cmake
0 → 100644
src/cc/usdt/CMakeLists.txt
0 → 100644
Please register or sign in to comment