mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:02:56 +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_property(TARGET ntoskrnl PROPERTY ENABLE_EXPORTS TRUE)
|
||||||
set_target_properties(ntoskrnl PROPERTIES DEFINE_SYMBOL "")
|
set_target_properties(ntoskrnl PROPERTIES DEFINE_SYMBOL "")
|
||||||
|
|
||||||
|
source_group(TREE ${REACTOS_SOURCE_DIR}/ntoskrnl PREFIX "Source Files" FILES ${NTOSKRNL_SOURCE})
|
||||||
|
|
||||||
if(ARCH STREQUAL "i386")
|
if(ARCH STREQUAL "i386")
|
||||||
set_entrypoint(ntoskrnl KiSystemStartup 4)
|
set_entrypoint(ntoskrnl KiSystemStartup 4)
|
||||||
else()
|
else()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue