mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
b6ae42492b
Finally, an automated way to verify all these localized strings that must be in sync between multiple modules. CORE-18893
7 lines
109 B
CMake
7 lines
109 B
CMake
|
|
add_subdirectory(interop)
|
|
if(ISAPNP_ENABLE)
|
|
add_subdirectory(isapnp)
|
|
endif()
|
|
add_subdirectory(setuplib)
|