mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
- Move sdk\include\reactos\wine to sdk\include\wine - Reorder the directories in include_directories() to be closer to alphabetical. This should make it easier to determine what global include directories can be removed in the future.
13 lines
229 B
CMake
13 lines
229 B
CMake
|
|
add_subdirectory(mc)
|
|
|
|
add_definitions(-D_MIDL_USE_GUIDDEF_)
|
|
|
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
|
|
|
list(APPEND SOURCE
|
|
msctf_undoc.idl)
|
|
|
|
add_idl_headers(reactos_idls ${SOURCE})
|
|
add_dependencies(reactos_idls psdk)
|