[nostalgia,olympic] Remove src as include directory
This commit is contained in:
parent
b10d9b6118
commit
d056323679
@ -1,4 +1,2 @@
|
||||
include_directories(".")
|
||||
|
||||
add_subdirectory(nostalgia)
|
||||
add_subdirectory(olympic)
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include <keel/media.hpp>
|
||||
|
||||
#include <nostalgia/modules/keelmodules.hpp>
|
||||
#include "../modules/keelmodules.hpp"
|
||||
|
||||
#include "app.hpp"
|
||||
|
||||
|
@ -11,8 +11,6 @@
|
||||
|
||||
#include <keel/keel.hpp>
|
||||
|
||||
#include <nostalgia/modules/keelmodules.hpp>
|
||||
|
||||
static ox::Error writeFileBuff(ox::StringView path, ox::Buffer const&buff) noexcept {
|
||||
try {
|
||||
std::ofstream f(std::string(toStdStringView(path)), std::ios::binary);
|
||||
|
Loading…
Reference in New Issue
Block a user