Mac and Linux fix
This commit is contained in:
@@ -42,9 +42,9 @@ if(WIN32)
|
||||
target_link_libraries(LotoStatek ${SFML_LIBRARIES})
|
||||
endif()
|
||||
elseif(APPLE)
|
||||
find_package(lib/SFML 2.6.2 COMPONENTS graphics window system REQUIRED)
|
||||
find_package(SFML 2.6.2 COMPONENTS graphics window system REQUIRED)
|
||||
target_link_libraries(LotoStatek sfml-graphics sfml-window sfml-audio sfml-system)
|
||||
elseif(LINUX)
|
||||
find_package(lib/SFML 2.6.2 COMPONENTS graphics window system REQUIRED)
|
||||
find_package(SFML 2.6.2 COMPONENTS graphics window system REQUIRED)
|
||||
target_link_libraries(LotoStatek sfml-graphics sfml-window sfml-audio sfml-system)
|
||||
endif()
|
||||
Reference in New Issue
Block a user