From 01a40b8f8995b035b293028449f1afc24906b9be Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Thu, 9 Aug 2018 06:37:09 +0500 Subject: Replaced sdl2_image with stb_image --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 6510ae7..94d9a62 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,11 +65,6 @@ find_package(SDL2_net REQUIRED) target_link_libraries(AltCraft ${SDL2_NET_LIBRARIES}) target_include_directories(AltCraft PUBLIC ${SDL2_NET_INCLUDE_DIRS}) -#Setup SDL2_image -find_package(SDL2_image REQUIRED) -target_link_libraries(AltCraft ${SDL2_IMAGE_LIBRARIES}) -target_include_directories(AltCraft PUBLIC ${SDL2_IMAGE_INCLUDE_DIRS}) - #Setup OpenGL find_package(OpenGL REQUIRED) target_link_libraries(AltCraft ${OPENGL_LIBRARIES}) -- cgit v1.2.3