Hexagon_Brute_Force/CMakeLists.txt

6 lines
162 B
CMake

cmake_minimum_required(VERSION 3.13)
project(hexagon)
#set(SOURCE_FILES src/main.c)
add_executable(mklist src/list.c)
add_executable(findsolution src/solution.c)