project_root = "../../../.." include(project_root.."/build_tools") group("src") project("xenia-hid-winkey") uuid("fd16e19a-6219-4ab7-b95a-7c78523c50c3") kind("StaticLib") language("C++") links({ "xenia-base", "xenia-hid", "xenia-ui", }) defines({ }) includedirs({ project_root.."/build_tools/third_party/gflags/src", project_root.."/third_party/elemental-forms/src", }) local_platform_files()