Skip to content

Commit

Permalink
More CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dashodanger committed Jun 25, 2024
1 parent 148ac77 commit c608a2d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libraries/steve/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
project(steve)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED True)

file(GLOB_RECURSE SOURCES src/*.cpp src/*.h)

add_library(steve ${SOURCES})
1 change: 1 addition & 0 deletions libraries/steve/src/Config.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "Config.h"

#include <algorithm>
#include <iostream>

#include "Music.h"
Expand Down
1 change: 1 addition & 0 deletions libraries/steve/src/Steve.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <cstddef>
#include <cstdint>
#include <map>
#include <set>
Expand Down

0 comments on commit c608a2d

Please sign in to comment.