author | alfadur |
Tue, 01 Feb 2022 20:58:35 +0300 | |
changeset 15832 | a4d505a32879 |
parent 15361 | 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 |