first run of very basic executable
This commit is contained in:
parent
7a9c61a588
commit
8697e7bd08
@ -2,4 +2,6 @@ cmake_minimum_required(VERSION 3.10)
|
|||||||
|
|
||||||
project(Geometry)
|
project(Geometry)
|
||||||
|
|
||||||
|
include_directories(${PROJECT_SOURCE_DIR}/include)
|
||||||
|
|
||||||
add_executable(Geometry main.cpp)
|
add_executable(Geometry main.cpp)
|
||||||
|
14
include/main.h
Normal file
14
include/main.h
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
//
|
||||||
|
// Created by nb on 31.12.23.
|
||||||
|
//
|
||||||
|
|
||||||
|
#ifndef GEOMETRY_MAIN_H
|
||||||
|
#define GEOMETRY_MAIN_H
|
||||||
|
|
||||||
|
#include <iostream>
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
int main();
|
||||||
|
|
||||||
|
#endif //GEOMETRY_MAIN_H
|
Loading…
Reference in New Issue
Block a user