Skip to content

Commit

Permalink
Add cmake file
Browse files Browse the repository at this point in the history
  • Loading branch information
kynex7510 committed May 31, 2024
1 parent e4e6a3f commit b6604c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cmake_minimum_required(VERSION 3.21)
project(ca-bundle)
add_library(${PROJECT_NAME} INTERFACE)
target_include_directories(${PROJECT_NAME} INTERFACE .)

0 comments on commit b6604c6

Please sign in to comment.