BUG: Fix Framework test after fixing FRAMEWORK targets to not install like frameworks on non-Apple systems.

This commit is contained in:
Brad King 2008-01-28 14:46:58 -05:00
parent e3b1bdb058
commit 9275e1f1d2
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ target_link_libraries(bar foo)
install(TARGETS foo bar
RUNTIME DESTINATION Applications/CMakeTestsFramework/bin
FRAMEWORK DESTINATION Library/Frameworks
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
# These are ignored on the Mac... and things are automatically placed in
# their appropriate Framework sub-folder at build time. (And then the built