now using SFML_MODULES

This commit is contained in:
Anselme 2016-03-25 21:46:32 +01:00
parent a65269f07f
commit f648b81ee3

View File

@ -10,8 +10,8 @@ set(EXEC_SRC_LIST src/main.cpp)
#set compilation option
set(IS_LIBRARY True)
set(USE_RENDERER True)
set(USE_SFML True)
set(USE_INPUT True)
set(USE_BULLET True)
set(SFML_MODULES audio graphics)
include(../cmaketemplate/template.cmake)