author | sheepluva |
Sun, 08 Dec 2019 02:09:19 +0100 | |
branch | hedgeroid |
changeset 15520 | de08a3ae4f8d |
parent 15366 | 5c0479d0ed5b |
permissions | -rw-r--r-- |
8004 | 1 |
|
8047
25a4daa6473c
cleanup headers, remove -I . from rtl lib to save a few warnings
koda
parents:
8029
diff
changeset
|
2 |
file(GLOB fpcrtl_src *.c) |
25a4daa6473c
cleanup headers, remove -I . from rtl lib to save a few warnings
koda
parents:
8029
diff
changeset
|
3 |
|
9254 | 4 |
add_library(fpcrtl STATIC ${fpcrtl_src}) |
7999 | 5 |