Updated the docker setup.
This commit is contained in:
11
CMakeLists.txt
Normal file
11
CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
project(douwco_website)
|
||||
|
||||
# Set the C++ standard (e.g., C++17)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
# Add your executable
|
||||
add_executable(server.out
|
||||
server/main.cpp
|
||||
)
|
||||
Reference in New Issue
Block a user