From 2cba7ebd89bade687f5825a65fc6c30024febddf Mon Sep 17 00:00:00 2001 From: Vectozavr <60608292+vectozavr@users.noreply.github.com> Date: Tue, 19 Jul 2022 17:19:07 +0700 Subject: [PATCH] refactor --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cb32e37..c0e34d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -115,7 +115,7 @@ add_executable(${CMAKE_PROJECT_NAME} if(APPLE OR UNIX) include_directories(/usr/local/include) else() - set(SFML_DIR "SFML-mingw32/lib/cmake/SFML") + set(SFML_DIR "C:/Libraries/SFML/lib/cmake/SFML") set(SFML_STATIC_LIBRARIES TRUE) endif()