Remove sdl test from build
This commit is contained in:
parent
6b3ca366bf
commit
1122c45ff2
11
HConfig
11
HConfig
|
@ -5,14 +5,6 @@ grbc_ext("GRBC_EXT_easy")
|
|||
grbc_ext("GRBC_EXT_dynamic_extensions")
|
||||
grbc_ext("GRBC_EXT_cmake")
|
||||
|
||||
local cmake_project = grbc_import_cmake("/tmp/SDL", CMakeConfig.new({
|
||||
configure_arguments = {}
|
||||
}))
|
||||
|
||||
print(cmake_project:get_library_string())
|
||||
|
||||
local sdl_pkg = cmake_project:get_library("SDL3-shared")
|
||||
|
||||
grbc_global_properties({
|
||||
grbc_cxx_version("c++17")
|
||||
})
|
||||
|
@ -165,8 +157,7 @@ local grbc_exe = grbc_executable(ExecutableConfig.new({
|
|||
grbc_pkg("libgrbc"),
|
||||
grbc_pkg("libgrbc_extensions"),
|
||||
grbc_pkg("libhotwire"),
|
||||
grbc_pkg("libcjson"),
|
||||
sdl_pkg
|
||||
grbc_pkg("libcjson")
|
||||
},
|
||||
compile_flags = {},
|
||||
linker_flags = {},
|
||||
|
|
Loading…
Reference in a new issue