1
CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
2
PROJECT(MojoShader)
3
ADD_EXECUTABLE(testparse testparse.c mojoshader.c)
4
5
# End of CMakeLists.txt ...
6