Compare commits
2 Commits
44b806333a
...
f57d7a8d8a
| Author | SHA1 | Date | |
|---|---|---|---|
| f57d7a8d8a | |||
| 0767278d7c |
@@ -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 |
Reference in New Issue
Block a user