CMAKE_MINIMUM_REQUIRED(VERSION 2.4) PROJECT(MojoShader) ADD_EXECUTABLE(testparse testparse.c mojoshader.c) # End of CMakeLists.txt ...