readd PROJECT_FOLDERS option to CMake

Sven Eberhardt 2009-12-30 20:33:04 +01:00
parent 6b89a5dd57
commit a8330af267
1 changed files with 1 additions and 0 deletions

View File

@ -555,6 +555,7 @@ FINDLIB(OPENSSL_LIBRARIES NAMES crypto libeay32)
############################################################################
# User selectable options
############################################################################
option(PROJECT_FOLDERS "Put source files into subfolders in project file" ON)
option(USE_GL "Enable OpenGL support" ON)
if(APPLE)
SET(INITIAL_USE_SDL_MAINLOOP_VALUE ON)