mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-09-02 22:23:51 +00:00
Add the mkversion bat and ps1 implementation to the Windows platform compilation. Make armlib a static library so that bootrom and armsrc can be reused.
6 lines
289 B
CMake
6 lines
289 B
CMake
# ----------------------------------------------------------
|
|
# Fix error when 'compile a simple test program.'
|
|
set(CMAKE_SYSTEM_NAME Generic)
|
|
set(CMAKE_SYSTEM_PROCESSOR arm)
|
|
set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY)
|
|
# ---------------------------------------------------------- |