From c263a2821d7a3040c6b4928e534d573575e43fe4 Mon Sep 17 00:00:00 2001 From: Josiah VanderZee Date: Thu, 18 Apr 2024 07:43:17 -0500 Subject: [PATCH] Fix rebase mistakes in CMakeLists --- src/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e5944896..1c8491e4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -31,11 +31,8 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "^(GNU|Clang|AppleClang)$") set(CMAKE_CXX_FLAGS_RELEASE "-O3") set(CMAKE_CXX_FLAGS_DEBUG "-g") -<<<<<<< HEAD:src/CMakeLists.txt add_compile_options(-Wall -pipe -fno-exceptions) -======= add_compile_options(-Wall -pipe -fno-rtti) ->>>>>>> 1320fc97a (Move from tinygltf to tiniergltf (#13)):source/Irrlicht/CMakeLists.txt # Enable SSE for floating point math on 32-bit x86 by default # reasoning see minetest issue #11810 and https://gcc.gnu.org/wiki/FloatingPointMath @@ -558,6 +555,7 @@ target_link_libraries(IrrlichtMt PRIVATE ${ZLIB_LIBRARY} ${JPEG_LIBRARY} ${PNG_LIBRARY} + tiniergltf::tiniergltf "$<$:SDL2::SDL2>" "$<$:${OPENGL_LIBRARIES}>"