]> git.ipfire.org Git - thirdparty/vectorscan.git/commit
WIP: Refactor CMake build system to more modular
authorKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Sun, 8 Oct 2023 20:26:07 +0000 (23:26 +0300)
committerKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Sun, 8 Oct 2023 20:27:24 +0000 (23:27 +0300)
commit24ae1670d6bf72f2b01b3bd41d984d3dad66e68d
tree8bb7ccadfcfb71f8b56629937887a70ec60baa7e
parent0e403103d605db0db14fb506fd2db8a77cb811d5
WIP: Refactor CMake build system to more modular
CMakeLists.txt
README.md
cmake/arch.cmake [deleted file]
cmake/cflags-arm.cmake [new file with mode: 0644]
cmake/cflags-generic.cmake [new file with mode: 0644]
cmake/cflags-ppc64le.cmake [new file with mode: 0644]
cmake/cflags-x86.cmake [new file with mode: 0644]
cmake/compiler.cmake [new file with mode: 0644]
cmake/osdetection.cmake [new file with mode: 0644]
cmake/platform.cmake
unit/CMakeLists.txt