From 196b6d9e95ea40f01ceb5a684843abe4120b19ee Mon Sep 17 00:00:00 2001 From: sam-astro <77079540+sam-astro@users.noreply.github.com> Date: Sat, 15 Jan 2022 22:53:31 -0500 Subject: [PATCH] Remove library link --- Slang/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Slang/CMakeLists.txt b/Slang/CMakeLists.txt index af3273b..32dc83f 100644 --- a/Slang/CMakeLists.txt +++ b/Slang/CMakeLists.txt @@ -31,4 +31,4 @@ FIND_PACKAGE(Boost REQUIRED COMPONENTS system) include_directories(${Boost_INCLUDE_DIRS}) -target_link_libraries(Slang m SDL2.lib SDL2main.lib SDL2_ttf.lib SDL2_image.lib ${Boost_LIBRARIES} ${SDL2_LIBRARIES} ${SDL2_IMAGE_LIBRARIES} ${SDL2_TTF_LIBRARIES}) +target_link_libraries(Slang m ${Boost_LIBRARIES} ${SDL2_LIBRARIES} ${SDL2_IMAGE_LIBRARIES} ${SDL2_TTF_LIBRARIES})