Skip to content

Commit

Permalink
FIXUP - use nano lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Jul 15, 2024
1 parent f218312 commit b1cf651
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ project(LekaOS LANGUAGES C CXX ASM)

include(add_lib)

list(APPEND link_options
"--specs=nano.specs"
)

# Add c++ support, include directories
include_directories(BEFORE SYSTEM
${INCLUDE_DIR}/cxxsupport
Expand Down

0 comments on commit b1cf651

Please sign in to comment.