#############################################################################
# $Id: CMakeLists.tables.lib.txt 564072 2018-05-21 13:16:53Z gouriano $
#############################################################################

NCBI_begin_lib(tables)
  NCBI_sources(raw_scoremat)
  NCBI_project_watchers(ucko)
NCBI_end_lib()

if (OFF)
#
#
add_library(tables
    raw_scoremat
)

target_link_libraries(tables)
endif()
