startgit

Static 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 (126B)


1 install( 2 TARGETS startgit_exe 3 RUNTIME COMPONENT startgit_Runtime 4 ) 5 6 if(PROJECT_IS_TOP_LEVEL) 7 include(CPack) 8 endif()