author | Wuzzy <Wuzzy2@mail.ru> |
Thu, 06 Feb 2020 13:28:01 +0100 | |
changeset 15567 | c1a2575bc446 |
parent 15376 | 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 |