blob: d05182bf99ede75b170b7882085663d7abf8ae94 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
add_library(library-cpp-comptable)
target_link_libraries(library-cpp-comptable PUBLIC
contrib-libs-cxxsupp
yutil
library-cpp-compproto
)
target_sources(library-cpp-comptable PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/comptable/comptable.cpp
)
|