# The name of our project is "GNURBS". CMakeLists files in this project can # refer to the root source directory of the project as ${HELLO_SOURCE_DIR} and # to the root binary directory of the project as ${HELLO_BINARY_DIR}. cmake_minimum_required (VERSION 3.10 FATAL_ERROR) project(EXEMPLE2) ADD_EXECUTABLE(EXEMPLE2 main.cpp article.cpp alcohol.cpp)