Fabricio
Results
1
comments of
Fabricio
@braindigitalis Thanks to you, I managed to compile. I found how to link to the sdk. My xmake.lua file now looks like this: ``` add_rules("mode.debug", "mode.release") add_requires("dpp") target("test-bot") add_rules("win.sdk.application") set_kind("binary")...