giga

Terminal text editor
git clone git://git.dimitrijedobrota.com/giga.git
Log | Files | Refs | README | HACKING | CONTRIBUTING | CODE_OF_CONDUCT | BUILDING

install-rules.cmake (118B)


0 install(
1 TARGETS giga_exe
2 RUNTIME COMPONENT giga_Runtime
3 )
5 if(PROJECT_IS_TOP_LEVEL)
6 include(CPack)
7 endif()