Initial import
This commit is contained in:
commit
6dd53bf00e
3 changed files with 18 additions and 0 deletions
7
CMakeLists.txt
Normal file
7
CMakeLists.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
cmake_minimum_required(VERSION 3.0)
|
||||
|
||||
project(webdisk_c LANGUAGES C)
|
||||
|
||||
add_executable(webdisk_c main.c)
|
||||
|
||||
install(TARGETS webdisk_c RUNTIME DESTINATION bin)
|
||||
Loading…
Add table
Add a link
Reference in a new issue