[Build] Convert build system to raw cmake and remove premake layer
This commit is contained in:
4
src/xenia/apu/nop/CMakeLists.txt
Normal file
4
src/xenia/apu/nop/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
add_library(xenia-apu-nop STATIC)
|
||||
xe_platform_sources(xenia-apu-nop ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
target_link_libraries(xenia-apu-nop PUBLIC xenia-base xenia-apu)
|
||||
xe_target_defaults(xenia-apu-nop)
|
||||
@@ -1,13 +0,0 @@
|
||||
project_root = "../../../.."
|
||||
include(project_root.."/tools/build")
|
||||
|
||||
group("src")
|
||||
project("xenia-apu-nop")
|
||||
uuid("f37dbf3a-d200-4cc0-83f0-f801b1bdd862")
|
||||
kind("StaticLib")
|
||||
language("C++")
|
||||
links({
|
||||
"xenia-base",
|
||||
"xenia-apu",
|
||||
})
|
||||
local_platform_files()
|
||||
Reference in New Issue
Block a user