Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 78 Bytes

CMakeLists.txt

File metadata and controls

5 lines (3 loc) · 78 Bytes
 
Feb 9, 2008
Feb 9, 2008
1
2
3
4
PROJECT(d3d2glsl)
ADD_EXECUTABLE(parse parse.c)
# End of CMakeLists.txt ...