mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
eb0f16433b
sys/types.h is guaranteed to be available on all our supported host platforms and always contains a pid_t definition.
3 lines
118 B
CMake
3 lines
118 B
CMake
|
|
add_library(host_includes INTERFACE)
|
|
target_include_directories(host_includes INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
|