hedgewars/CMakeLists.txt
changeset 10015 4feced261c68
parent 10008 b8b91c7e0da8
parent 9950 2759212a27de
child 10160 4608f10ae65f
equal deleted inserted replaced
10014:56d2f2d5aad8 10015:4feced261c68
   177 
   177 
   178 if(${SDL_VERSION} VERSION_GREATER 1.3)
   178 if(${SDL_VERSION} VERSION_GREATER 1.3)
   179     add_definitions(-dSDL2)
   179     add_definitions(-dSDL2)
   180 endif()
   180 endif()
   181 
   181 
       
   182 #opengl 2
       
   183 IF(GL2)
       
   184     add_definitions(-dGL2)
       
   185 ENDIF(GL2)
       
   186 
   182 #needs to be last
   187 #needs to be last
   183 add_definitions(-dDEBUGFILE)
   188 add_definitions(-dDEBUGFILE)
   184 
   189 
   185 
   190 
   186 # source files are with full path after this
   191 # source files are with full path after this