author | koda |
Tue, 26 Mar 2013 01:43:34 +0100 | |
branch | cmake_pascal |
changeset 8852 | 0576439ef859 |
parent 8834 | edceeafff671 |
child 8859 | bead90828a94 |
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_Pascal_COMPILER_LOADED 1) |
8852 | 4 |
SET(CMAKE_Pascal_COMPILER_VERSION "@CMAKE_Pascal_COMPILER_VERSION@") |
8750
d9e57426e759
barebone cmake config file to support pascal files, based off plplot's ada files
koda
parents:
diff
changeset
|
5 |
|
d9e57426e759
barebone cmake config file to support pascal files, based off plplot's ada files
koda
parents:
diff
changeset
|
6 |
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
|
7 |
|
d9e57426e759
barebone cmake config file to support pascal files, based off plplot's ada files
koda
parents:
diff
changeset
|
8 |
SET(CMAKE_Pascal_SOURCE_FILE_EXTENSIONS "pas" "pp") |
8767 | 9 |
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
|
10 |
SET(CMAKE_Pascal_LINKER_PREFERENCE Prefered) |
8758
cb3b470f1000
better support for cmake directory and fpc output paths
koda
parents:
8750
diff
changeset
|
11 |
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
|
12 |
SET(CMAKE_Pascal_OUTPUT_EXTENSION ".o") |