Warning, /education/mark/src/image/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 # Copyright (C) 2020 by Caio Jordão Carvalho <caiojcarvalho@gmail.com> 0002 # 0003 # This program is free software; you can redistribute it and/or 0004 # modify it under the terms of the GNU General Public License as 0005 # published by the Free Software Foundation; either version 3 of 0006 # the License, or (at your option) any later version. 0007 # 0008 # This program is distributed in the hope that it will be useful, 0009 # but WITHOUT ANY WARRANTY; without even the implied warranty of 0010 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 0011 # GNU General Public License for more details. 0012 # 0013 # You should have received a copy of the GNU General Public License 0014 # along with this program. If not, see <http://www.gnu.org/licenses/>. 0015 0016 set(IMAGE_SRC 0017 image/imagepainter.cpp 0018 image/polygon.cpp 0019 )