From b4e3f5d4837e7da50b19a7064318eae5176887d0 Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 9 Feb 2022 22:55:41 +0100 Subject: Added simplistic install-time configuration --- Stars45/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'Stars45/CMakeLists.txt') diff --git a/Stars45/CMakeLists.txt b/Stars45/CMakeLists.txt index 0fe8069..c04ba86 100644 --- a/Stars45/CMakeLists.txt +++ b/Stars45/CMakeLists.txt @@ -329,3 +329,4 @@ else() PUBLIC -l:libdxguid.a ) endif() +install(TARGETS Stars45 RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}) -- cgit v1.1