mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
6 lines
129 B
CMake
6 lines
129 B
CMake
project(appcompat)
|
|
|
|
set(SHIMLIB_DIR ${CMAKE_CURRENT_SOURCE_DIR}/shims/shimlib)
|
|
add_subdirectory(apphelp)
|
|
add_subdirectory(shims)
|