stamd

Static Markdown Page Generator
git clone git://git.dimitrijedobrota.com/stamd.git
Log | Files | Refs | README | LICENSE | HACKING | CONTRIBUTING | CODE_OF_CONDUCT | BUILDING

install-rules.cmake (120B)


0 install( 1 TARGETS stamd_exe 2 RUNTIME COMPONENT stamd_Runtime 3 ) 4 5 if(PROJECT_IS_TOP_LEVEL) 6 include(CPack) 7 endif()