Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
CMake project should install sdl2.m4.
Browse files Browse the repository at this point in the history
Fixes Bugzilla #1809.
  • Loading branch information
icculus committed Jul 13, 2013
1 parent fb9d477 commit b7e1d32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -1184,4 +1184,5 @@ if(NOT WINDOWS OR CYGWIN)
endif(FREEBSD)
install(PROGRAMS ${SDL2_BINARY_DIR}/sdl2-config DESTINATION bin)
# TODO: what about the .spec file? Is it only needed for RPM creation?
install(FILES "${SDL2_SOURCE_DIR}/sdl2.m4" DESTINATION "share/aclocal")
endif(NOT WINDOWS OR CYGWIN)

0 comments on commit b7e1d32

Please sign in to comment.