1 Star 1 Fork 0

魔凤啸天/Heart beAt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 483 Bytes
一键复制 编辑 原始数据 按行查看 历史
魔凤啸天 提交于 2021-11-27 12:50 . zc
project(Heart)
set(CMAKE_BUILD_TYPE Release)
add_compile_options(-w -m64)
#add_compile_options(-w -fsanitize=address -fno-omit-frame-pointer -m64)
add_executable(start main.cpp script.cpp scriptS1.cpp scriptS2.cpp scriptS3.cpp
scriptS4.cpp scriptS5.cpp scriptS6.cpp scriptS7.cpp scriptS8.cpp scriptS9.cpp
scriptS10.cpp scriptS11.cpp scriptS12.cpp scriptS13.cpp scriptS14.cpp)
target_link_libraries(start -lSDL2main -lSDL2 -lfreetype-6 -lSDL2_ttf -lSDL2_image -lSDL2_mixer -L../ -lVN)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/mfxt/heart-be-at.git
git@gitee.com:mfxt/heart-be-at.git
mfxt
heart-be-at
Heart beAt
master

搜索帮助