misc/physfs/CMakeLists.txt
changeset 8286 2e7eedac380d
parent 8283 af97cdbb7713
child 8288 fd6743995dfc
equal deleted inserted replaced
8285:a1500ffdc343 8286:2e7eedac380d
    13 
    13 
    14 # I hate that they define "WIN32" ... we're about to move to Win64...I hope!
    14 # I hate that they define "WIN32" ... we're about to move to Win64...I hope!
    15 IF(WIN32 AND NOT WINDOWS)
    15 IF(WIN32 AND NOT WINDOWS)
    16     SET(WINDOWS TRUE)
    16     SET(WINDOWS TRUE)
    17 ENDIF(WIN32 AND NOT WINDOWS)
    17 ENDIF(WIN32 AND NOT WINDOWS)
       
    18 
       
    19 if(WINDOWS)
       
    20     find_package(SDL REQUIRED)
       
    21 endif(WINDOWS)
    18 
    22 
    19 # Bleh, let's do it for "APPLE" too.
    23 # Bleh, let's do it for "APPLE" too.
    20 IF(APPLE AND NOT MACOSX)
    24 IF(APPLE AND NOT MACOSX)
    21     SET(MACOSX TRUE)
    25     SET(MACOSX TRUE)
    22 ENDIF(APPLE AND NOT MACOSX)
    26 ENDIF(APPLE AND NOT MACOSX)