diff options
author | Nicolai Hähnle <nh@annarchy.freedesktop.org> | 2007-03-24 17:20:31 -0700 |
---|---|---|
committer | Nicolai Hähnle <nh@annarchy.freedesktop.org> | 2007-03-24 17:20:31 -0700 |
commit | 22fbbb5e8679ddf91532cb10eaa31be533383b48 (patch) | |
tree | cb43f83fe997f166f297dad671ddf04e2f601be4 /CMakeLists.txt |
Initial commit
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 000000000..d04be207c --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,8 @@ + +project (piglit) + +include(${CMAKE_ROOT}/Modules/FindOpenGL.cmake) +include(${CMAKE_ROOT}/Modules/FindTIFF.cmake) +include(${CMAKE_ROOT}/Modules/FindGLUT.cmake) + +add_subdirectory (tests) |