diff options
| -rw-r--r-- | CMakeLists.txt | 2 | 
1 files changed, 0 insertions, 2 deletions
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  | 
