startgitStatic page generator for git repositories | 
          
| git clone git://git.dimitrijedobrota.com/startgit.git | 
| Log | Files | Refs | README | LICENSE | HACKING | CONTRIBUTING | CODE_OF_CONDUCT | BUILDING | 
install-rules.cmake (208B)
    0 install(
              1     TARGETS startgit_exe
              2     RUNTIME COMPONENT startgit_Runtime
              3 )
          
              5 install(
              6     TARGETS startgit-index_exe
              7     RUNTIME COMPONENT startgit_Runtime
              8 )
          
             10 if(PROJECT_IS_TOP_LEVEL)
             11   include(CPack)
             12 endif()