1 Star 0 Fork 0

tangquan/proj.tq.libxmod

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CMakeLists.txt 607 Bytes
一键复制 编辑 原始数据 按行查看 历史
tangquan 提交于 2024-03-24 18:22 . initial commit
cmake_minimum_required (VERSION 2.8)
set (CMAKE_C_COMPILER "/usr/bin/gcc")
set (CMAKE_CXX_COMPILER "/usr/bin/g++")
project (libhtracer)
add_compile_options(
-std=gnu11
-g
-Wall
-O0
)
set (EXECUTABLE_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/out)
set (LIBRARY_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/out/lib)
message("")
message("PROJECT_SOURCE_DIR: ${PROJECT_SOURCE_DIR}")
message("EXECUTABLE_OUTPUT_PATH: ${EXECUTABLE_OUTPUT_PATH}")
message("LIBRARY_OUTPUT_PATH: ${LIBRARY_OUTPUT_PATH}")
add_subdirectory (core)
add_subdirectory (test)
include_directories(core test)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tq797/proj.tq.libxmod.git
[email protected]:tq797/proj.tq.libxmod.git
tq797
proj.tq.libxmod
proj.tq.libxmod
master

搜索帮助