UNPKG

grunt-submake

Version:

Run Make rules through Grunt tasks (by just specifying the Makefile path and the rules!)

6 lines (3 loc) 104 B
CMAKE_MINIMUM_REQUIRED(VERSION 2.6) PROJECT( HelloWorld ) ADD_EXECUTABLE( helloworld helloworld.c )