Skip to content

Commit 7856c97

Browse files
author
BSMaidSafe
committed
Zipped package for exports.
1 parent 003f959 commit 7856c97

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CMakeLists.txt

+3-4
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@ endif()
131131
# Package #
132132
#==================================================================================================#
133133
set(EXPORT_NAME maidsafe_api)
134-
install(TARGETS maidsafe_api EXPORT ${EXPORT_NAME} ARCHIVE DESTINATION bin/lib)
134+
install(TARGETS maidsafe_api EXPORT ${EXPORT_NAME} ARCHIVE DESTINATION lib)
135135

136-
install(FILES ${ApiApi} DESTINATION include/maidsafe/routing)
137-
install(FILES ${ApiDetailApi} DESTINATION include/maidsafe/routing)
138-
install(FILES ${ApiDetailHeaders} DESTINATION src/maidsafe/routing)
136+
install(FILES ${ApiApi} DESTINATION include/maidsafe/api)
137+
install(FILES ${ApiDetailApi} DESTINATION include/maidsafe/api/detail)

0 commit comments

Comments
 (0)