diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 15bb80b..628fd37 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -134,4 +134,8 @@ target_link_libraries("${PROJECT_NAME}c" if(CUTE_FOUND) cute_test("xdg") -endif()
\ No newline at end of file +endif() + +# Install Targets + +install(TARGETS "${PROJECT_NAME}" "${PROJECT_NAME}c" "${PROJECT_NAME}d") |
