Skip to content

File CMakeLists.txt

FileList > CMakeLists.txt

Go to the source code of this file

Public Functions

Type Name
add_library (${PLUGIN_NAME} SHARED plugin.cpp plugin.hpp ${CMAKE_SOURCE_DIR}/include/illixr/plugin.hpp ${CMAKE_SOURCE_DIR}/include/illixr/data_format/misc.hpp ${CMAKE_SOURCE_DIR}/include/illixr/phonebook.hpp ${CMAKE_SOURCE_DIR}/include/illixr/switchboard.)
cmake_minimum_required (VERSION 3. 22)
PRIVATE BUILDING_LIBRARY endif ()
protobuf::libprotobuf spdlog::spdlog if (WIN32 OR MSVC)
proto vio_output proto target_include_directories (${PLUGIN_NAME} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} ${Protobuf_INCLUDE_DIRS} ${ILLIXR_SOURCE_DIR}/)

Public Functions Documentation

function add_library

add_library (
    ${PLUGIN_NAME} SHARED plugin.cpp plugin.hpp ${CMAKE_SOURCE_DIR}/include/illixr/plugin.hpp ${CMAKE_SOURCE_DIR}/include/illixr/data_format/misc.hpp ${CMAKE_SOURCE_DIR}/include/illixr/phonebook.hpp ${CMAKE_SOURCE_DIR}/include/illixr/switchboard.
) 

function cmake_minimum_required

cmake_minimum_required (
    VERSION 3. 22
) 

function endif

PRIVATE BUILDING_LIBRARY endif () 

function if

protobuf::libprotobuf spdlog::spdlog if (
    WIN32 OR MSVC
) 

function target_include_directories

proto vio_output proto target_include_directories (
    ${PLUGIN_NAME} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} ${Protobuf_INCLUDE_DIRS} ${ILLIXR_SOURCE_DIR}/
) 


The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR/illixr_release/ILLIXR/plugins/offload_vio/server_tx/CMakeLists.txt