author | unC0Rr |
Wed, 01 May 2024 16:49:16 +0200 | |
changeset 16041 | caba603f461f |
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 |