libSDL2 static build and link

This commit is contained in:
2022-09-30 16:09:12 -04:00
parent 1dec4347e0
commit 391fcedc37
4 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@
#define SRC_ECS_TILEMAPCOMPONENT_H_
#include "ECS.h"
#include "SDL2/SDL.h"
#include "../../libsdl2/include/SDL.h"
#include "../assetmgr/AssetManager.h"
#include <fstream>
#include <iostream>

View File

@ -7,7 +7,7 @@
#ifndef GAME_HPP_
#define GAME_HPP_
#include "SDL2/SDL.h"
#include "../../libsdl2/include/SDL.h"
#include "../../libsdl2_image/SDL_image.h"
#include "../../libsdl2_mixer/SDL_mixer.h"
#include <stdio.h>