Began restructuring project to include payload building
This commit is contained in:
6
checkm8_payload/CMakeLists.txt
Normal file
6
checkm8_payload/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
enable_language(ASM)
|
||||
|
||||
set(CMAKE_SYSTEM_PROCESSOR arm)
|
||||
set(CMAKE_C_COMPILER /usr/bin/aarch64-linux-gnu-gcc)
|
||||
set(CMAKE_ASM_COMPILER /usr/bin/aarch64-linux-gnu-as)
|
||||
|
||||
Reference in New Issue
Block a user