🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
386 B

  1. # sdl2 cmake project-config input for ./configure scripts
  2. set(prefix "@prefix@")
  3. set(exec_prefix "@exec_prefix@")
  4. set(libdir "@libdir@")
  5. set(SDL2_PREFIX "@prefix@")
  6. set(SDL2_EXEC_PREFIX "@prefix@")
  7. set(SDL2_LIBDIR "@libdir@")
  8. set(SDL2_INCLUDE_DIRS "@includedir@/SDL2")
  9. set(SDL2_LIBRARIES "-L${SDL2_LIBDIR} @SDL_RLD_FLAGS@ @SDL_LIBS@")
  10. string(STRIP "${SDL2_LIBRARIES}" SDL2_LIBRARIES)