mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-02-07 23:59:36 +08:00
Update CMakeLists.txt
This commit is contained in:
parent
e7eecc8ef2
commit
d12e540830
@ -1,4 +1,7 @@
|
|||||||
#note: experimental
|
#note: experimental
|
||||||
|
# currently only used for generating `compile_commands.json` for clangd
|
||||||
|
# to build this project, it's suggested to use `makefile` instead
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.7)
|
cmake_minimum_required(VERSION 3.7)
|
||||||
project(udp2raw)
|
project(udp2raw)
|
||||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user