mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:23:05 +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)
|
spec2def(ntoskrnl.exe ntoskrnl.spec ADD_IMPORTLIB)
|
||||||
|
|
||||||
include_directories(
|
include_directories(
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
|
|
||||||
set(USE_DIBLIB FALSE)
|
set(USE_DIBLIB FALSE)
|
||||||
|
|
||||||
|
# Give WIN32 subsystem its own project.
|
||||||
|
PROJECT(WIN32SS)
|
||||||
|
|
||||||
add_subdirectory(drivers)
|
add_subdirectory(drivers)
|
||||||
|
|
||||||
if(USE_DIBLIB)
|
if(USE_DIBLIB)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue