learn_more 08491cc9fb cleanup cmake
generated header contains compiler + some library versions (SDL,zlib,curl)
add input folder where 'external' libs / headers can be placed so cmake will find them
2013-09-14 04:19:56 +02:00
..
2013-09-14 04:19:56 +02:00
2013-09-14 04:19:56 +02:00
2013-09-14 04:19:56 +02:00

When building (on windows) you can put dependencies in this folder.
Headers go in the include folder (grouped by product, f.e. 'SDL', 'FL', 'curl') except for zlib, this goes directly in the include.
Libs all go in the lib folder, without subfolders.

Example:

Externals/
	readme.txt
	include/
		zlib.h
		zconf.h
		curl/
			* all curl headers
		FL/
			* all FL headers
		SDL/
			* all SDL headers
	lib/
		zlib.lib
		libcurl.lib
		fltk.lib
		SDL.lib