comparison SQLite/CMakeLists.txt @ 329:b5fb8b77ce4d

initial commit of ODBC framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Aug 2021 20:08:53 +0200
parents 9660def78649
children 16aac0287485 cd9521e04249
comparison
equal deleted inserted replaced
328:6a49c495c940 329:b5fb8b77ce4d
1 # Orthanc - A Lightweight, RESTful DICOM Store
2 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
3 # Department, University Hospital of Liege, Belgium
4 # Copyright (C) 2017-2021 Osimis S.A., Belgium
5 #
6 # This program is free software: you can redistribute it and/or
7 # modify it under the terms of the GNU Affero General Public License
8 # as published by the Free Software Foundation, either version 3 of
9 # the License, or (at your option) any later version.
10 #
11 # This program is distributed in the hope that it will be useful, but
12 # WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 # Affero General Public License for more details.
15 #
16 # You should have received a copy of the GNU Affero General Public License
17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18
19
1 cmake_minimum_required(VERSION 2.8) 20 cmake_minimum_required(VERSION 2.8)
2 project(OrthancSQLite) 21 project(OrthancSQLite)
3 22
4 set(ORTHANC_PLUGIN_VERSION "mainline") 23 set(ORTHANC_PLUGIN_VERSION "mainline")
5 24