Warning, /pim/messagelib/messagecore/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-License-Identifier: CC0-1.0
0002 # SPDX-FileCopyrightText: none
0003 # config-enterprise.h is needed for both ENTERPRISE_BUILD and BUILD_EVERYTHING
0004 configure_file(src/config-enterprise.h.in ${CMAKE_CURRENT_BINARY_DIR}/src/config-enterprise.h )
0005 
0006 ########### CMake Config Files ###########
0007 
0008 add_subdirectory(src)
0009 if (BUILD_TESTING)
0010     add_subdirectory(autotests)
0011 endif()
0012