From 314b786992ced6ae0f879aae66f03e40aab18ae3 Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Tue, 6 Feb 2024 19:23:39 +0100 Subject: [PATCH] typo fix --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 42d49aa1..f251950c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -214,7 +214,7 @@ if (APPLE OR LINUX) target_compile_options(quaesar PRIVATE -DUSHORT=uint16_t -DHWND=uint32_t -DHRESULT=uint32_t -DWPARAM=uint16_t -DLPARAM=uint32_t) target_compile_definitions(quaesar PRIVATE FSUAE) target_include_directories(quaesar PRIVATE ${SDL2_INCLUDE_DIRS}) - target_link_libraries(quaesar ${SDL2_LIBRARIES}) + target_link_libraries(quaesar PRIVATE ${SDL2_LIBRARIES}) endif() if (WIN32)