mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 12:39:35 +00:00
[NTOSKRNL] Group files in the project file based on directory layout
This commit is contained in:
parent
2dc9f0ae43
commit
2d9b385715
1 changed files with 3 additions and 1 deletions
|
@ -21,6 +21,8 @@ add_executable(ntoskrnl
|
|||
set_property(TARGET ntoskrnl PROPERTY ENABLE_EXPORTS TRUE)
|
||||
set_target_properties(ntoskrnl PROPERTIES DEFINE_SYMBOL "")
|
||||
|
||||
source_group(TREE ${REACTOS_SOURCE_DIR}/ntoskrnl PREFIX "Source Files" FILES ${NTOSKRNL_SOURCE})
|
||||
|
||||
if(ARCH STREQUAL "i386")
|
||||
set_entrypoint(ntoskrnl KiSystemStartup 4)
|
||||
else()
|
||||
|
|
Loading…
Reference in a new issue