Explorar el Código

Add documentation to autotoo'ls sdl2-config-version.cmake.in

Anonymous Maarten hace 3 años
padre
commit
4809bd356e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      sdl2-config-version.cmake.in

+ 2 - 1
sdl2-config-version.cmake.in

@@ -1,3 +1,5 @@
+# sdl2 cmake project-config-version input for ./configure scripts
+
 set(PACKAGE_VERSION "@SDL_VERSION@")
 
 if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
@@ -8,4 +10,3 @@ else()
     set(PACKAGE_VERSION_EXACT TRUE)
   endif()
 endif()
-