author | alfadur |
Thu, 28 Mar 2024 00:25:22 +0300 | |
changeset 16033 | 2871fc57a282 |
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 |