parent
32dc5473a5
commit
eebbbf0b16
CMakeLists.txt
libluna
CMakeLists.txt
include/luna
Alignment.hAlloc.hAtomic.hAttributes.hBadge.hBitmap.hCString.hCType.hCheck.hCircularQueue.hDebugLog.hFormat.hHeap.hIgnore.hLinkedList.hMove.hNumberParsing.hOption.hOwnedPtr.hOwnedStringView.hPlacementNew.hResult.hSafeArithmetic.hScopeGuard.hSharedPtr.hSourceLocation.hSpinlock.hStack.hStaticString.hSyscall.hSystemError.hTarStream.hTypeTraits.hTypes.hUBSAN.hUnits.hUtf8.hVector.h
src
tools
@ -28,7 +28,7 @@ set(CMAKE_FIND_ROOT_PATH ${LUNA_ROOT}/toolchain/${LUNA_ARCH}-luna)
|
||||
|
||||
message(STATUS "Configuring Luna for ${LUNA_ARCH}")
|
||||
|
||||
add_subdirectory(luna)
|
||||
add_subdirectory(libluna)
|
||||
add_subdirectory(libc)
|
||||
add_subdirectory(kernel)
|
||||
add_subdirectory(apps)
|
||||
|
@ -10,4 +10,4 @@ mkdir -p $LUNA_BASE/usr/include
|
||||
mkdir -p $LUNA_BASE/usr/include/luna
|
||||
|
||||
cp --preserve=timestamps -RT libc/include/ $LUNA_BASE/usr/include
|
||||
cp --preserve=timestamps -RT luna/include/luna/ $LUNA_BASE/usr/include/luna
|
||||
cp --preserve=timestamps -RT libluna/include/luna/ $LUNA_BASE/usr/include/luna
|
||||
|
Loading…
x
Reference in New Issue
Block a user