16
SFML website / Re: SFML 2 RC Mac getting started tutorial
« on: December 07, 2012, 04:58:18 am »
Have you tried using CMake? This may be better at setting the location of the header files and generating a solution.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
fatal error: SFGUI/SFGUI.hpp: No such file or directory
find_package(SFGUI REQUIRED)
if(SFGUI_FOUND)
include_directories(${SFGUI_INCLUDE_DIR})
target_link_libraries(${EXECUTABLE_NAME} ${SFGUI_LIBRARY})
endif()