Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 90 Bytes

CMakeLists.txt

File metadata and controls

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