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
|
@ -12,4 +12,5 @@ set(ADDITIONAL_LIBRARIES ${OPENGL_LIBRARIES})
|
|||
# define the opengl target
|
||||
sfml_add_example(opengl GUI_APP
|
||||
SOURCES ${SRC}
|
||||
DEPENDS sfml-graphics sfml-window sfml-system ${ADDITIONAL_LIBRARIES})
|
||||
DEPENDS sfml-graphics sfml-window sfml-system ${ADDITIONAL_LIBRARIES}
|
||||
INSTALL_RESOURCES_DIR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue