author | koda |
Thu, 21 Mar 2013 14:38:58 +0100 | |
branch | cmake_pascal |
changeset 8823 | 65b430b6cd68 |
parent 8767 | 54c770f91714 |
child 8834 | edceeafff671 |
permissions | -rw-r--r-- |
8750
d9e57426e759
barebone cmake config file to support pascal files, based off plplot's ada files
koda
parents:
diff
changeset
|
1 |
SET(CMAKE_Pascal_COMPILER "@CMAKE_Pascal_COMPILER@") |
d9e57426e759
barebone cmake config file to support pascal files, based off plplot's ada files
koda
parents:
diff
changeset
|
2 |
SET(CMAKE_Pascal_COMPILER_ARG1 "@CMAKE_Pascal_COMPILER_ARG1@") |
d9e57426e759
barebone cmake config file to support pascal files, based off plplot's ada files
koda
parents:
diff
changeset
|
3 |
SET(CMAKE_AR "@CMAKE_AR@") |
d9e57426e759
barebone cmake config file to support pascal files, based off plplot's ada files
koda
parents:
diff
changeset
|
4 |
SET(CMAKE_RANLIB "@CMAKE_RANLIB@") |
d9e57426e759
barebone cmake config file to support pascal files, based off plplot's ada files
koda
parents:
diff
changeset
|
5 |
SET(CMAKE_Pascal_COMPILER_LOADED 1) |
d9e57426e759
barebone cmake config file to support pascal files, based off plplot's ada files
koda
parents:
diff
changeset
|
6 |
|
d9e57426e759
barebone cmake config file to support pascal files, based off plplot's ada files
koda
parents:
diff
changeset
|
7 |
SET(CMAKE_Pascal_COMPILER_ENV_VAR "FPC") |
d9e57426e759
barebone cmake config file to support pascal files, based off plplot's ada files
koda
parents:
diff
changeset
|
8 |
|
d9e57426e759
barebone cmake config file to support pascal files, based off plplot's ada files
koda
parents:
diff
changeset
|
9 |
SET(CMAKE_Pascal_SOURCE_FILE_EXTENSIONS "pas" "pp") |
8767 | 10 |
SET(CMAKE_Pascal_IGNORE_EXTENSIONS ppu;PPU;h;H;o;O;obj;OBJ;def;DEF;rc;RC) |
8750
d9e57426e759
barebone cmake config file to support pascal files, based off plplot's ada files
koda
parents:
diff
changeset
|
11 |
SET(CMAKE_Pascal_LINKER_PREFERENCE Prefered) |
8758
cb3b470f1000
better support for cmake directory and fpc output paths
koda
parents:
8750
diff
changeset
|
12 |
SET(CMAKE_Pascal_OUTPUT_EXTENSION_REPLACE 1) |
8750
d9e57426e759
barebone cmake config file to support pascal files, based off plplot's ada files
koda
parents:
diff
changeset
|
13 |
SET(CMAKE_Pascal_OUTPUT_EXTENSION ".o") |