Initial commit step0
This commit is contained in:
11
step0/CMakeLists.txt
Normal file
11
step0/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
cmake_minimum_required(VERSION 4.0.0)
|
||||
project(cjs-lite)
|
||||
|
||||
add_executable(app app.c)
|
||||
|
||||
# Set specific executable flags
|
||||
target_link_options(app PRIVATE
|
||||
-Wl,--no-entry
|
||||
-Wl,--no-growable-memory
|
||||
-Wl,--initial-memory=536870912
|
||||
)
|
||||
Reference in New Issue
Block a user