X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=CMakeLists.txt;h=e963be186b02c5a682ccbf0f57ec1eb70e4df546;hb=4d4d14f3ff66f6e5074feb916b473dca1b2a187d;hp=7975877eb5ce776af09d7b3ea87be0cc6ee7448d;hpb=007d3dd1a9ca4b00cdb81d7b72a608687c024d50;p=apitrace-tests diff --git a/CMakeLists.txt b/CMakeLists.txt index 7975877..e963be1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,6 +10,8 @@ if (NOT CMAKE_BUILD_TYPE) FORCE) endif (NOT CMAKE_BUILD_TYPE) +include (CMakeParseArguments) + find_package (OpenGL REQUIRED) find_package (GLUT)