From 1122c45ff2a5d191db7d52cc5cb37c51cf423399 Mon Sep 17 00:00:00 2001 From: hst Date: Thu, 27 Mar 2025 07:43:16 -0400 Subject: [PATCH] Remove sdl test from build --- HConfig | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/HConfig b/HConfig index f719c4e..ccad9b5 100644 --- a/HConfig +++ b/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 = {},