]> granicus.if.org Git - fortune-mod/commitdiff
Progress w the install target.
authorShlomi Fish <shlomif@shlomifish.org>
Tue, 13 Dec 2016 19:30:37 +0000 (21:30 +0200)
committerShlomi Fish <shlomif@shlomifish.org>
Tue, 13 Dec 2016 19:30:37 +0000 (21:30 +0200)
Now we need to build and install the man pages.

fortune-mod/datfiles/CMakeLists.txt

index 7be05118cfc2e2aa1753aa6313de1763e455d024..545b1b8446b689e93a49d65e4c75b8a17fa0a3b6 100644 (file)
@@ -35,7 +35,7 @@ FOREACH(c ${COOKIES})
     )
 
     INSTALL(
-        FILES "${c}" "${DEST}" "${LINK}"
+        FILES "${c}" "${CMAKE_CURRENT_BINARY_DIR}/${DEST}" "${CMAKE_CURRENT_BINARY_DIR}/${LINK}"
         DESTINATION "share/games/fortunes"
     )