Skip to content

Commit

Permalink
Throwawa do not merge
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Jan 16, 2024
1 parent fb1b6aa commit e7bf405
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.17)
cmake_policy(SET CMP0100 NEW) # handle .hh files
project(CLAP_HELPERS C CXX)

message(STATUS "${PROJECT_NAME} Building")
add_library(clap-helpers INTERFACE)
target_include_directories(clap-helpers SYSTEM INTERFACE include)
target_link_libraries(clap-helpers INTERFACE clap)
Expand Down

0 comments on commit e7bf405

Please sign in to comment.