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: |
|
||||
git clone https://github.com/microsoft/vcpkg.git
|
||||
${{ github.workspace }}/vcpkg/bootstrap-vcpkg.bat
|
||||
${{ github.workspace }}/vcpkg integrate install
|
||||
|
||||
- name: Configure and build project with CMake and vcpkg
|
||||
env:
|
||||
|
||||
@ -1,6 +1,8 @@
|
||||
#include "engine.hpp"
|
||||
|
||||
#ifndef GLEW_STATIC
|
||||
#define GLEW_STATIC
|
||||
#endif
|
||||
|
||||
#include "debug/Logger.hpp"
|
||||
#include "assets/AssetsLoader.hpp"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user