From 624964150348a079a37105d16a62145d625f6720 Mon Sep 17 00:00:00 2001 From: Mateja Date: Sat, 20 Feb 2021 14:21:18 +0100 Subject: Remove unnecessary CMake functions. --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e8e8210..22c21d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,8 +33,6 @@ endif() # Compile and add SFML to project add_subdirectory(external/SFML) -target_include_directories(${PROJECT_NAME} PUBLIC external/SFML/include) -target_link_directories(${PROJECT_NAME} PUBLIC external/SFML/lib) target_link_libraries(${PROJECT_NAME} sfml-graphics sfml-window sfml-system) # Copy model to build directory -- cgit v1.2.3