Try add static libs
This commit is contained in:
parent
f73bc1b06b
commit
5dbfd5ba10
1
.github/workflows/windows-clang.yml
vendored
1
.github/workflows/windows-clang.yml
vendored
@ -30,6 +30,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git clone https://github.com/microsoft/vcpkg.git
|
git clone https://github.com/microsoft/vcpkg.git
|
||||||
${{ github.workspace }}/vcpkg/bootstrap-vcpkg.bat
|
${{ github.workspace }}/vcpkg/bootstrap-vcpkg.bat
|
||||||
|
${{ github.workspace }}/vcpkg integrate install
|
||||||
|
|
||||||
- name: Configure and build project with CMake and vcpkg
|
- name: Configure and build project with CMake and vcpkg
|
||||||
env:
|
env:
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
#include "engine.hpp"
|
#include "engine.hpp"
|
||||||
|
|
||||||
|
#ifndef GLEW_STATIC
|
||||||
#define GLEW_STATIC
|
#define GLEW_STATIC
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "debug/Logger.hpp"
|
#include "debug/Logger.hpp"
|
||||||
#include "assets/AssetsLoader.hpp"
|
#include "assets/AssetsLoader.hpp"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user