Skip to content
Snippets Groups Projects
Commit d263ce64 authored by Hilb, Stephan's avatar Hilb, Stephan
Browse files

make: relax cmake version for CI

parent 2c800b83
Branches
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.13)
cmake_minimum_required(VERSION 3.10)
project(flow-code LANGUAGES CXX)
add_subdirectory(imageLib)
add_executable(color_flow color_flow.cpp flowIO.cpp colorcode.cpp)
target_include_directories(color_flow PRIVATE imageLib)
target_link_libraries(color_flow PRIVATE imageLib PUBLIC png z)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment