[Build] Convert build system to raw cmake and remove premake layer
This commit is contained in:
4
src/xenia/helper/sdl/CMakeLists.txt
Normal file
4
src/xenia/helper/sdl/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
add_library(xenia-helper-sdl STATIC)
|
||||
xe_platform_sources(xenia-helper-sdl ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
target_link_libraries(xenia-helper-sdl PUBLIC SDL2)
|
||||
xe_target_defaults(xenia-helper-sdl)
|
||||
@@ -1,13 +0,0 @@
|
||||
project_root = "../../../.."
|
||||
include(project_root.."/tools/build")
|
||||
|
||||
group("src")
|
||||
project("xenia-helper-sdl")
|
||||
uuid("84b00ad3-fba3-4561-96c9-1f9993b14c9c")
|
||||
kind("StaticLib")
|
||||
language("C++")
|
||||
links({
|
||||
"SDL2",
|
||||
})
|
||||
local_platform_files()
|
||||
sdl2_include()
|
||||
Reference in New Issue
Block a user