# # Copyright(c) 2006 to 2019 ZettaScale Technology and others # # This program and the accompanying materials are made available under the # terms of the Eclipse Public License v. 2.0 which is available at # http://www.eclipse.org/legal/epl-2.0, or the Eclipse Distribution License # v. 1.0 which is available at # http://www.eclipse.org/org/documents/edl-v10.php. # # SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause # # # CMake toolchain file generated by @PROJECT_NAME@ # set(CMAKE_C_COMPILER "@CMAKE_C_COMPILER@") set(CMAKE_CXX_COMPILER "@CMAKE_CXX_COMPILER@") set(include_path "@CMAKE_INSTALL_FULL_INCLUDEDIR@") set(library_path "@CMAKE_INSTALL_FULL_LIBDIR@") set(CMAKE_C_FLAGS "-I${include_path} -Dmain=@ENTRYPOINT@ -m32") set(CMAKE_EXE_LINKER_FLAGS "-L${library_path}") set(CMAKE_SHARED_LINKER_FLAGS "-L${library_path}") set(CMAKE_C_STANDARD_LIBRARIES "-Wl,--start-group,-lfreertos-sim,-lfreertos-sim-loader,--end-group -m32 -lpthread") set(CMAKE_FIND_ROOT_PATH ${CMAKE_SYSROOT}) set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM BOTH) set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)