aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/digest/old_crc/gencrc/CMakeLists.txt
blob: 6b272b1df3c078c95945a61b782f77a797a4eac9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
add_executable(gencrc)
target_link_libraries(gencrc PUBLIC
  contrib-libs-cxxsupp
  yutil
  library-cpp-cpuid_check
)
target_sources(gencrc PRIVATE
  ${CMAKE_SOURCE_DIR}/library/cpp/digest/old_crc/gencrc/main.cpp
)
target_link_flags(gencrc
  PUBLIC
  -ldl
  -lrt
  -Wl,--no-as-needed
  -fPIC
  -Wl,--gdb-index
  -fPIC
  -fuse-ld=$(LLD_ROOT-sbr:2283360772)/ld
  -Wl,--no-rosegment
  -lpthread
  -lrt
  -ldl
)
vcs_info(gencrc)