Fix launch of Cocoa example due to missing MainMenu.nib in bundle app

This commit is contained in:
Ceylo 2018-01-12 21:34:22 +01:00 committed by Lukas Dürrenberger
parent c24de5fcaf
commit 777ec2c04d
7 changed files with 69 additions and 60 deletions

View file

@ -7,4 +7,5 @@ set(SRC ${SRCROOT}/Win32.cpp)
# define the win32 target
sfml_add_example(win32 GUI_APP
SOURCES ${SRC}
DEPENDS sfml-graphics sfml-window sfml-system)
DEPENDS sfml-graphics sfml-window sfml-system
INSTALL_RESOURCES_DIR)