Fix launch of Cocoa example due to missing MainMenu.nib in bundle app
This commit is contained in:
parent
c24de5fcaf
commit
777ec2c04d
7 changed files with 69 additions and 60 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue