mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
11 lines
302 B
CMake
11 lines
302 B
CMake
# Additional clean files
|
|
cmake_minimum_required(VERSION 3.16)
|
|
|
|
if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Release")
|
|
file(REMOVE_RECURSE
|
|
"CMakeFiles\\TestServerLMS_autogen.dir\\AutogenUsed.txt"
|
|
"CMakeFiles\\TestServerLMS_autogen.dir\\ParseCache.txt"
|
|
"TestServerLMS_autogen"
|
|
)
|
|
endif()
|