-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #245 from jamiesnape/more-cmake-fixes
More CMake fixes/improvements
- Loading branch information
Showing
7 changed files
with
423 additions
and
318 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
file (GLOB man_files_1 *.1) | ||
|
||
install (FILES ${man_files_1} ${INSTALL_MAN_PATH}/man1) | ||
install (FILES kcov.1 DESTINATION "${KCOV_INSTALL_MANDIR}/man1" ) |
Oops, something went wrong.