diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-05-01 01:23:05 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-05-01 01:23:05 +0200 |
commit | 84062873e162bc4a7c799fb67f72dbd055eb15ca (patch) | |
tree | 9b9aa3aa7dbc923a01d28e50a804d68c37a5d839 /main/BUILD | |
parent | 89ae6838075f3579a85d7824d49a051b90c8ed92 (diff) |
Some work on WSI
Diffstat (limited to 'main/BUILD')
-rw-r--r-- | main/BUILD | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ cc_binary( srcs = [
"main.cpp",
],
+ linkopts = [
+ "User32.lib",
+ ],
deps = [
"//deimos/vulkan",
"//deimos/core",
|