summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-01-19 21:04:07 -0500
committerJune McEnroe <june@causal.agency>2022-01-19 21:04:07 -0500
commit64c570333705ca2b3773e2fcb60d2db07629ea9e (patch)
tree6ac630669311576c150ab7d42fbef5d00484d30f
parentUse cards with add_subdirectory (diff)
downloadwep-64c570333705ca2b3773e2fcb60d2db07629ea9e.tar.gz
wep-64c570333705ca2b3773e2fcb60d2db07629ea9e.zip
Add basic install
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e2e63a1..734cfc0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,3 +22,5 @@ if(WIN32)
 	set_target_properties(sol PROPERTIES OUTPUT_NAME wepsol)
 	set_target_properties(freecell PROPERTIES OUTPUT_NAME wepfreecell)
 endif()
+
+install(TARGETS sol freecell)