xmake.lua 118 B

1234
  1. target("mfc_shared_app")
  2. add_rules("win.sdk.mfc.shared_app")
  3. add_files("src/*.cpp")
  4. add_files("src/*.rc")