Fixed IDE folder of example "Cococa"

This commit is contained in:
Laurent Gomila 2013-06-14 15:01:29 +02:00
parent da96ec5811
commit 7051d43c72

View File

@ -29,6 +29,9 @@ set_target_properties(cocoa PROPERTIES
target_link_libraries(cocoa "-framework Cocoa -framework Foundation" target_link_libraries(cocoa "-framework Cocoa -framework Foundation"
sfml-system sfml-window sfml-graphics) sfml-system sfml-window sfml-graphics)
# set the target's folder (for IDEs that support it, e.g. Visual Studio)
set_target_properties(cocoa PROPERTIES FOLDER "Examples")
# compile XIB files # compile XIB files
find_program(IBTOOL ibtool HINTS "/usr/bin" "${OSX_DEVELOPER_ROOT}/usr/bin") find_program(IBTOOL ibtool HINTS "/usr/bin" "${OSX_DEVELOPER_ROOT}/usr/bin")
if(${IBTOOL} STREQUAL "IBTOOL-NOTFOUND") if(${IBTOOL} STREQUAL "IBTOOL-NOTFOUND")