Skip to content

Commit

Permalink
fix: Properly export the library as Papyros::Core and not Papyros::Pa…
Browse files Browse the repository at this point in the history
…pyros
  • Loading branch information
iBelieve committed Jan 21, 2016
1 parent 763c154 commit 2666e45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ target_include_directories(Papyros INTERFACE "$<INSTALL_INTERFACE:${PAPYROS_INCL

set_target_properties(Papyros PROPERTIES VERSION ${PROJECT_VERSION}
SOVERSION ${PROJECT_SOVERSION}
EXPORT_NAME Papyros
EXPORT_NAME Core
)

ecm_generate_headers(Papyros_CamelCase_HEADERS
Expand Down
4 changes: 2 additions & 2 deletions src/PapyrosConfig.cmake.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@PACKAGE_INIT@

find_dependency(Qt5Core @REQUIRED_QT_VERSION@)
find_dependency(Qt5Qml @REQUIRED_QT_VERSION@)
find_dependency(Qt5Core @QT_MIN_VERSION@)
find_dependency(Qt5Qml @QT_MIN_VERSION@)
find_dependency(KF5Config @KF5_MIN_VERSION@)

include("${CMAKE_CURRENT_LIST_DIR}/PapyrosTargets.cmake")

0 comments on commit 2666e45

Please sign in to comment.