[Build] Convert build system to raw cmake and remove premake layer
This commit is contained in:
4
src/xenia/patcher/CMakeLists.txt
Normal file
4
src/xenia/patcher/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
add_library(xenia-patcher STATIC)
|
||||
xe_platform_sources(xenia-patcher ${CMAKE_CURRENT_SOURCE_DIR} RECURSIVE)
|
||||
target_link_libraries(xenia-patcher PUBLIC xenia-base)
|
||||
xe_target_defaults(xenia-patcher)
|
||||
@@ -1,12 +0,0 @@
|
||||
project_root = "../../.."
|
||||
include(project_root.."/tools/build")
|
||||
|
||||
group("src")
|
||||
project("xenia-patcher")
|
||||
uuid("e1c75f76-9e7b-48f6-b17e-dbd20f7a1592")
|
||||
kind("StaticLib")
|
||||
language("C++")
|
||||
links({
|
||||
"xenia-base"
|
||||
})
|
||||
recursive_platform_files()
|
||||
Reference in New Issue
Block a user