2 Commits

Author SHA1 Message Date
f57d7a8d8a fix 2024-11-21 17:45:52 +01:00
0767278d7c nowe tło 2024-11-21 08:58:26 +01:00
3 changed files with 3 additions and 3 deletions

View File

@@ -32,8 +32,8 @@ if(WIN32)
endif() endif()
elseif(APPLE) elseif(APPLE)
find_package(SFML 2.5.1 COMPONENTS graphics window system REQUIRED) find_package(SFML 2.5.1 COMPONENTS graphics window system REQUIRED)
target_link_libraries(LotoStatek sfml-graphics) target_link_libraries(LotoStatek sfml-graphics sfml-window sfml-audio sfml-system)
elseif(LINUX) elseif(LINUX)
find_package(SFML 2.5.1 COMPONENTS graphics window system REQUIRED) find_package(SFML 2.5.1 COMPONENTS graphics window system REQUIRED)
target_link_libraries(LotoStatek sfml-graphics) target_link_libraries(LotoStatek sfml-graphics sfml-window sfml-audio sfml-system)
endif() endif()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB