Skip to content

Commit

Permalink
Fixed Github CI Windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
23rd committed Aug 11, 2021
1 parent 2454350 commit 4d44d82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions win_directx_helper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ PRIVATE
)

validate_d3d_compiler(win_directx_helper)

target_link_libraries(win_directx_helper
PUBLIC
desktop-app::external_openssl
)
2 changes: 2 additions & 0 deletions win_directx_helper/win_directx_helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
#include <d3d9.h>
#include <d3d11.h>
#include <d3dcompiler.h>
extern "C" {
#include <openssl/sha.h>
} // extern "C"
#include <string>
#include <vector>
#include <array>
Expand Down

0 comments on commit 4d44d82

Please sign in to comment.