Post

Replies

Boosts

Views

Activity

Reply to sfml with xcode on mac any step by step to make run
I installed sfml with home-brew, but I use CLION, not XCODE, and it just works for me, here is one of my cmake files cmake_minimum_required(VERSION 3.25) project(sfmlDemo02) set(CMAKE_CXX_STANDARD 23) add_executable(sfmlDemo main.cpp) include_directories(/usr/local/include) find_package(SFML 2.5 COMPONENTS system window graphics network audio REQUIRED) include_directories(${SFML_INCLUDE_DIRS}) target_link_libraries(sfmlDemo sfml-system sfml-window sfml-graphics sfml-audio sfml-network)
Jun ’23
Reply to iPadOS 17 beta update — Apple ID verification failed
I have the same problem, no luck fixing it so far
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to sfml with xcode on mac any step by step to make run
I installed sfml with home-brew, but I use CLION, not XCODE, and it just works for me, here is one of my cmake files cmake_minimum_required(VERSION 3.25) project(sfmlDemo02) set(CMAKE_CXX_STANDARD 23) add_executable(sfmlDemo main.cpp) include_directories(/usr/local/include) find_package(SFML 2.5 COMPONENTS system window graphics network audio REQUIRED) include_directories(${SFML_INCLUDE_DIRS}) target_link_libraries(sfmlDemo sfml-system sfml-window sfml-graphics sfml-audio sfml-network)
Replies
Boosts
Views
Activity
Jun ’23