Skip to content
Snippets Groups Projects
Commit d7cf9ec5 authored by deuce's avatar deuce
Browse files

No need to export the target AND install export it.

parent 86b35569
No related branches found
No related tags found
No related merge requests found
......@@ -188,8 +188,8 @@ if(NOT WIN32)
endif()
export(PACKAGE XPDev)
export(TARGETS xpdev FILE XPDevConfig.cmake)
install(TARGETS xpdev DESTINATION lib EXPORT XPDevConfig)
install(FILES ${INSTALL_HEADERS} DESTINATION include/xpdev)
install(EXPORT XPDevConfig DESTINATION lib/cmake/XPDev)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment