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

@ -9,4 +9,5 @@ set(SRC
# define the shader target
sfml_add_example(shader GUI_APP
SOURCES ${SRC}
DEPENDS sfml-graphics sfml-window sfml-system)
DEPENDS sfml-graphics sfml-window sfml-system
INSTALL_RESOURCES_DIR)