equal
deleted
inserted
replaced
1 PROJECT(d3d2glsl) |
1 CMAKE_MINIMUM_REQUIRED(VERSION 2.4) |
2 ADD_EXECUTABLE(testparse testparse.c d3d2glsl.c) |
2 PROJECT(MojoShader) |
|
3 ADD_EXECUTABLE(testparse testparse.c mojoshader.c) |
3 |
4 |
4 # End of CMakeLists.txt ... |
5 # End of CMakeLists.txt ... |
5 |
6 |