Newer
Older
Import / research / framework / source / CMakeLists.txt
@John Ryland John Ryland on 22 Dec 2020 443 bytes import NUC files
################################################
#
#  Framework
#  Copyright (C) 2020
#  John Ryland
#  All rights reserved
#
################################################

# add the Framework library
add_library(Framework ChunkedDataSource.cpp
                      CsvParser.cpp
                      DataSource.cpp
                      FileDataSource.cpp
                      StringUtilities.cpp
                      VectorSlice.cpp)