include fixes

This commit is contained in:
hjfod 2022-02-04 23:03:21 +02:00
parent 2855c863f8
commit 46b087b4bb
3 changed files with 3 additions and 4 deletions

View file

@ -4,7 +4,7 @@
#include <map>
#include <vector>
#include <iostream>
#include <utils/platform.hpp>
#include "../utils/platform.hpp"
namespace geode::base {
uintptr_t get();

View file

@ -1,6 +1,6 @@
#pragma once
#include <Macros.hpp>
#include "../base/Macros.hpp"
#include "Result.hpp"
#include <string>
#include <vector>

View file

@ -72,13 +72,12 @@ if (NOT DEFINED GEODE_NO_LINK_LOADER)
endif()
target_include_directories(${PROJECT_NAME} PUBLIC
${GEODE_INCLUDE_DIR}/
${GEODE_INCLUDE_DIR}
${GEODE_INCLUDE_DIR}/helpers
${GEODE_INCLUDE_DIR}/base
${GEODE_INCLUDE_DIR}/c++stl
${GEODE_INCLUDE_DIR}/hook
${GEODE_INCLUDE_DIR}/loader
${GEODE_INCLUDE_DIR}/keybinds
${GEODE_INCLUDE_DIR}/utils
${GEODE_INCLUDE_DIR}/meta
${GEODE_INCLUDE_DIR}/cocos/