reactos/modules/rostests/unittests/CMakeLists.txt
Stanislav Motylkov b6ae42492b
[INTEROP_UNITTEST] Add interoperability tests for localized strings (#7129)
Finally, an automated way to verify all these localized strings
that must be in sync between multiple modules.

CORE-18893
2024-09-01 15:22:29 +03:00

7 lines
109 B
CMake

add_subdirectory(interop)
if(ISAPNP_ENABLE)
add_subdirectory(isapnp)
endif()
add_subdirectory(setuplib)