Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 137 Bytes

CMakeLists.txt

File metadata and controls

6 lines (4 loc) · 137 Bytes
 
Mar 22, 2008
Mar 22, 2008
1
2
3
CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
PROJECT(MojoShader)
ADD_EXECUTABLE(testparse testparse.c mojoshader.c)
Feb 9, 2008
Feb 9, 2008
4
5
# End of CMakeLists.txt ...