mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 15:52:19 +00:00
[CMAKE]
WIN32 subsystem and the kernel deserve their own projects. svn path=/trunk/; revision=56726
This commit is contained in:
parent
cd7c0bf1da
commit
343744d08b
2 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
|
||||
PROJECT(NTOS)
|
||||
|
||||
spec2def(ntoskrnl.exe ntoskrnl.spec ADD_IMPORTLIB)
|
||||
|
||||
include_directories(
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
|
||||
set(USE_DIBLIB FALSE)
|
||||
|
||||
# Give WIN32 subsystem its own project.
|
||||
PROJECT(WIN32SS)
|
||||
|
||||
add_subdirectory(drivers)
|
||||
|
||||
if(USE_DIBLIB)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue