aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/sse/CMakeLists.txt
blob: 31af1330d62dd43f828436e140b94992bf4a9cc7 (plain) (blame)
1
2
3
4
5
6
7
8
add_library(library-cpp-sse)
target_link_libraries(library-cpp-sse PUBLIC
  contrib-libs-cxxsupp
  yutil
)
target_sources(library-cpp-sse PRIVATE
  ${CMAKE_SOURCE_DIR}/library/cpp/sse/sse.cpp
)