More indentation in CMakeLists.txt
This commit is contained in:
parent
70c6b78e35
commit
883a1da0d7
@ -7,13 +7,13 @@ set(SOURCES
|
||||
)
|
||||
|
||||
if("${ARCH}" MATCHES "x86_64")
|
||||
set(SOURCES
|
||||
${SOURCES}
|
||||
src/arch/x86_64/IO.cpp
|
||||
src/arch/x86_64/Serial.cpp
|
||||
src/arch/x86_64/MMU.cpp
|
||||
src/arch/x86_64/CPU.cpp
|
||||
)
|
||||
set(SOURCES
|
||||
${SOURCES}
|
||||
src/arch/x86_64/IO.cpp
|
||||
src/arch/x86_64/Serial.cpp
|
||||
src/arch/x86_64/MMU.cpp
|
||||
src/arch/x86_64/CPU.cpp
|
||||
)
|
||||
endif()
|
||||
|
||||
add_executable(moon ${SOURCES})
|
||||
|
Loading…
Reference in New Issue
Block a user