mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 02:56:09 +00:00
10 lines
206 B
CMake
10 lines
206 B
CMake
|
|
list(APPEND UCRT_ENV_SOURCES
|
|
env/environment_initialization.cpp
|
|
env/getenv.cpp
|
|
env/getpath.cpp
|
|
env/get_environment_from_os.cpp
|
|
env/putenv.cpp
|
|
env/searchenv.cpp
|
|
env/setenv.cpp
|
|
)
|