Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 93 Bytes

CMakeLists.txt

File metadata and controls

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