diff options
Diffstat (limited to 'Stars45/CMakeLists.txt')
-rw-r--r-- | Stars45/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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}) |