project_files/hwc/rtl/CMakeLists.txt
author sheepluva
Thu, 24 Jun 2021 00:09:30 +0200
changeset 15805 61da40b657fa
parent 15361 5c0479d0ed5b
permissions -rw-r--r--
hedgewars-engine (rust): ugly+slow impl for returning lib's previews (QTfrontend "compatible")
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8004
da4c6db6ea6b correct includes and clang detection
koda
parents: 7999
diff changeset
     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
d5f513019851 rtl always static
koda
parents: 9201
diff changeset
     4
add_library(fpcrtl STATIC ${fpcrtl_src})
7999
bb503cd46516 add a few cmakefiles for c engine and rtl
koda
parents:
diff changeset
     5