diff options
author | June McEnroe <june@causal.agency> | 2022-01-19 21:04:07 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-01-19 21:04:07 -0500 |
commit | 64c570333705ca2b3773e2fcb60d2db07629ea9e (patch) | |
tree | 6ac630669311576c150ab7d42fbef5d00484d30f | |
parent | Use cards with add_subdirectory (diff) | |
download | wep-64c570333705ca2b3773e2fcb60d2db07629ea9e.tar.gz wep-64c570333705ca2b3773e2fcb60d2db07629ea9e.zip |
Add basic install
-rw-r--r-- | CMakeLists.txt | 2 |
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) |