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)


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