project_root = "../../.." include(project_root.."/build_tools") group("src") project("xenia-hid") uuid("88a4ef38-c550-430f-8c22-8ded4e4ef601") kind("StaticLib") language("C++") links({ "xenia-base", }) defines({ }) includedirs({ project_root.."/build_tools/third_party/gflags/src", }) local_platform_files()