hedgewars/avwrapper/CMakeLists.txt
branchsdl2transition
changeset 11379 7bc9042549c1
parent 9959 1a42d36f346a
child 12124 ffc7bb9fde01
equal deleted inserted replaced
11378:cef3fef64c93 11379:7bc9042549c1
     1 #libraries have already been searched in main CMakeLists.txt
     1 #libraries have already been searched in main CMakeLists.txt
     2 
       
     3 # TODO: this check is only for SDL < 2
       
     4 # fpc will take care of linking but we need to have this library installed
       
     5 find_package(GLUT REQUIRED)
       
     6 
     2 
     7 include_directories(${LIBAV_INCLUDE_DIR})
     3 include_directories(${LIBAV_INCLUDE_DIR})
     8 
     4 
     9 add_library(avwrapper avwrapper.c)
     5 add_library(avwrapper avwrapper.c)
    10 #TODO: find good VERSION and SOVERSION values
     6 #TODO: find good VERSION and SOVERSION values