多喝岩浆xx の 主页
test-X86-CMakeLists test-X86-CMakeLists
[TOC] 经常会看到的: #CMake变量使用 ${ }取值 #但是在IF控制语句中是直接使用变量名。 文件内容cmake_minimum_required(VERSION 3.2) # 规定cmake软件的版本 #定义一个可在C
2021-07-21
test-AArch-CMakeLists test-AArch-CMakeLists
基础设置 find_package(GTest CONFIG REQUIRED) list(APPEND PROJECT_LIBRARIES GTest::gtest) enable_testing() enable_language
2021-07-21
remill-master-remill-master-CMakeLists remill-master-remill-master-CMakeLists
[TOC] 1.操作概述include文件当前目录/cmake/vcpkg_helper.cmake 当前目录/cmake/ccache.cmake 当前目录/cmake/settings.cmake 当前目录/cmake/utils.cm
2021-07-21
lib-CMakeLists lib-CMakeLists
lib中Arch、BC、OS、Version中的CMakeLists.txt都在做统一的事,只是参数不一样。 添加目录和文件 add_library(remill_arch STATIC "${REMILL_INCLUDE_DIR}
2021-07-21
bin-lift-CMakeList bin-lift-CMakeList
工程名称和版本号: project(remill-lift) cmake_minimum_required(VERSION 3.2) 为工程引入可执行文件: add_executable(${REMILL_LIFT} Li
2021-07-21
bin-CMakeList bin-CMakeList
add_subdirectory(lift) 作用: 在此目录下添加lift目录,即:
2021-07-21