Skip to content

Commit 3af5958

Browse files
author
Ryan Fields
committed
Adds DisplayImpl to the Xcode project in CMake.
This feature branch added a couple files that need to be part of the Xcode project or it fails to link.
1 parent b40adf2 commit 3af5958

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/SFML/Window/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ else() # MACOSX
9696
${SRCROOT}/OSX/WindowImplDelegateProtocol.h
9797
${SRCROOT}/OSX/AutoreleasePoolWrapper.h
9898
${SRCROOT}/OSX/AutoreleasePoolWrapper.mm
99+
${SRCROOT}/OSX/DisplayImpl.hpp
100+
${SRCROOT}/OSX/DisplayImpl.cpp
99101
)
100102
endif()
101103

0 commit comments

Comments
 (0)