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 = {},