[Build] Convert build system to raw cmake and remove premake layer
This commit is contained in:
4
src/xenia/hid/winkey/CMakeLists.txt
Normal file
4
src/xenia/hid/winkey/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
add_library(xenia-hid-winkey STATIC)
|
||||
xe_platform_sources(xenia-hid-winkey ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
target_link_libraries(xenia-hid-winkey PUBLIC xenia-base xenia-hid xenia-ui)
|
||||
xe_target_defaults(xenia-hid-winkey)
|
||||
@@ -1,14 +0,0 @@
|
||||
project_root = "../../../.."
|
||||
include(project_root.."/tools/build")
|
||||
|
||||
group("src")
|
||||
project("xenia-hid-winkey")
|
||||
uuid("fd16e19a-6219-4ab7-b95a-7c78523c50c3")
|
||||
kind("StaticLib")
|
||||
language("C++")
|
||||
links({
|
||||
"xenia-base",
|
||||
"xenia-hid",
|
||||
"xenia-ui",
|
||||
})
|
||||
local_platform_files()
|
||||
Reference in New Issue
Block a user