Skip to content

Commit

Permalink
Properly report DX headers in the CMake project files (thanks, "MailM…
Browse files Browse the repository at this point in the history
…r_S"!).

Fixes Bugzilla #2900.
  • Loading branch information
icculus committed May 27, 2015
1 parent dae40bf commit bcdc63a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions include/SDL_config.h.cmake
Expand Up @@ -47,6 +47,13 @@
#cmakedefine HAVE_GCC_ATOMICS @HAVE_GCC_ATOMICS@
#cmakedefine HAVE_GCC_SYNC_LOCK_TEST_AND_SET @HAVE_GCC_SYNC_LOCK_TEST_AND_SET@

#cmakedefine HAVE_D3D_H @HAVE_D3D_H@
#cmakedefine HAVE_D3D11_H @HAVE_D3D11_H@
#cmakedefine HAVE_DDRAW_H @HAVE_DDRAW_H@
#cmakedefine HAVE_DSOUND_H @HAVE_DSOUND_H@
#cmakedefine HAVE_DINPUT_H @HAVE_DINPUT_H@
#cmakedefine HAVE_XAUDIO2_H @HAVE_XAUDIO2_H@
#cmakedefine HAVE_XINPUT_H @HAVE_XINPUT_H@
#cmakedefine HAVE_DXGI_H @HAVE_DXGI_H@

/* Comment this if you want to build without any C library requirements */
Expand Down

0 comments on commit bcdc63a

Please sign in to comment.