equal
deleted
inserted
replaced
5 |
5 |
6 CMAKE_MINIMUM_REQUIRED(VERSION 2.4) |
6 CMAKE_MINIMUM_REQUIRED(VERSION 2.4) |
7 |
7 |
8 PROJECT(PhysicsFS) |
8 PROJECT(PhysicsFS) |
9 SET(PHYSFS_VERSION 1.1.1) |
9 SET(PHYSFS_VERSION 1.1.1) |
10 SET(PHYSFS_SOVERSION 1) |
10 |
|
11 # Increment this if/when we break backwards compatibility. |
|
12 SET(PHYSFS_SOVERSION 0) |
11 |
13 |
12 # 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! |
13 IF(WIN32 AND NOT WINDOWS) |
15 IF(WIN32 AND NOT WINDOWS) |
14 SET(WINDOWS TRUE) |
16 SET(WINDOWS TRUE) |
15 ENDIF(WIN32 AND NOT WINDOWS) |
17 ENDIF(WIN32 AND NOT WINDOWS) |