Replace INSTALL_RESOURCES_DIR option of sfml_add_example() command with RESOURCES_DIR
This commit is contained in:
parent
777ec2c04d
commit
ce7ced5488
6 changed files with 15 additions and 13 deletions
|
@ -8,4 +8,4 @@ set(SRC ${SRCROOT}/Pong.cpp)
|
|||
sfml_add_example(pong GUI_APP
|
||||
SOURCES ${SRC}
|
||||
DEPENDS sfml-audio sfml-graphics sfml-window sfml-system
|
||||
INSTALL_RESOURCES_DIR)
|
||||
RESOURCES_DIR resources)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue