Skip to content

Commit

Permalink
chore: Update build setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunix-420 committed Oct 28, 2024
1 parent ff35e46 commit ad6fc53
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2,442 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
cmake_minimum_required(VERSION 3.30)
project(Disflux VERSION 0.1.0)
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_SUPPRESS_DEVELOPER_WARNINGS TRUE)
set(EXT_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external)
include(cmake/get_cpm.cmake)

Expand Down Expand Up @@ -49,4 +50,5 @@ endif()

# Silence some warnings
add_definitions(-D_SILENCE_CXX23_ALIGNED_STORAGE_DEPRECATION_WARNING)

add_subdirectory(src)
Loading

0 comments on commit ad6fc53

Please sign in to comment.