You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vmprofiler-qt/dependencies/CMakeLists.txt

37 lines
848 B

# This file is automatically generated from cmake.toml - DO NOT EDIT
# See https://github.com/build-cpp/cmkr for more information
# Create a configure-time dependency on cmake.toml to improve IDE support
if(CMKR_ROOT_PROJECT)
configure_file(cmake.toml cmake.toml COPYONLY)
endif()
# vmprofiler
set(CMKR_CMAKE_FOLDER ${CMAKE_FOLDER})
if(CMAKE_FOLDER)
set(CMAKE_FOLDER "${CMAKE_FOLDER}/vmprofiler")
else()
set(CMAKE_FOLDER vmprofiler)
endif()
add_subdirectory(vmprofiler)
set(CMAKE_FOLDER ${CMKR_CMAKE_FOLDER})
# Target ia32-doc
set(CMKR_TARGET ia32-doc)
set(ia32-doc_SOURCES "")
set(CMKR_SOURCES ${ia32-doc_SOURCES})
add_library(ia32-doc INTERFACE)
if(ia32-doc_SOURCES)
target_sources(ia32-doc INTERFACE ${ia32-doc_SOURCES})
endif()
target_include_directories(ia32-doc INTERFACE
"ia32-doc/out/"
)
unset(CMKR_TARGET)
unset(CMKR_SOURCES)