mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
include fixes
This commit is contained in:
parent
2855c863f8
commit
46b087b4bb
3 changed files with 3 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
#include <map>
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
#include <utils/platform.hpp>
|
||||
#include "../utils/platform.hpp"
|
||||
|
||||
namespace geode::base {
|
||||
uintptr_t get();
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <Macros.hpp>
|
||||
#include "../base/Macros.hpp"
|
||||
#include "Result.hpp"
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue