diff options
Diffstat (limited to 'include/AddSchilyBits.cmake')
-rw-r--r-- | include/AddSchilyBits.cmake | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/AddSchilyBits.cmake b/include/AddSchilyBits.cmake new file mode 100644 index 0000000..475e5cd --- /dev/null +++ b/include/AddSchilyBits.cmake @@ -0,0 +1,13 @@ +IF(NOT CHECKED_rols) + SET(CHECKED_rols 1) + + LIST(APPEND EXTRA_LIBS "rols") + +# abuse this include file to make sure the target is set + + IF(NOT MANSUBDIR) + SET(MANSUBDIR "share/man") + ENDIF(NOT MANSUBDIR) + +ENDIF(NOT CHECKED_rols) + |