Skip to content

Commit 9de51c6

Browse files
committed
Fixed CMake
1 parent 80669d0 commit 9de51c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ find_package(SFML COMPONENTS graphics window REQUIRED)
88

99
add_executable(sorting-visualizer src/main.cpp src/Sortable.cpp src/SortAlgorithms.cpp src/SortController.cpp src/Utils.cpp)
1010

11-
target_link_libraries(sorting-visualizer sfml-graphics sfml-window)
11+
target_link_libraries(sorting-visualizer sfml-graphics sfml-window)
12+

0 commit comments

Comments
 (0)