Created
May 20, 2015 12:55
-
-
Save soardex/3718f105bfa1b64602bc to your computer and use it in GitHub Desktop.
Generate Makefile for libRocket using MinGW32
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# here is the cmake command to generate makefile | |
cmake -G "Unix Makefiles" -D CMAKE_MAKE_PROGRAM="mingw32-make.exe" -D FREETYPE_INCLUDE_DIRS="../Dependencies/freetype/include;../Dependencies/freetype/include/freetype2" -D FREETYPE_LIBRARY="../Dependencies/freetype/lib/libfreetype.dll.a" . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment