diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -2,7 +2,7 @@ add_library(SnoreToastActions INTERFACE) target_include_directories(SnoreToastActions INTERFACE $ - $ + $ ) add_library(SnoreToast::SnoreToastActions ALIAS SnoreToastActions) @@ -33,5 +33,5 @@ add_executable(SnoreToast::SnoreToast ALIAS SnoreToast) install(TARGETS libsnoretoast SnoreToast SnoreToastActions EXPORT LibSnoreToastConfig RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib) -install(FILES snoretoastactions.h DESTINATION includes/snoretoast) +install(FILES snoretoastactions.h DESTINATION include/snoretoast) install(EXPORT LibSnoreToastConfig DESTINATION lib/cmake/libsnoretoast NAMESPACE SnoreToast::)