Add packages and update others
This commit is contained in:
9
cli11/all/test_package/CMakeLists.txt
Normal file
9
cli11/all/test_package/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
cmake_minimum_required(VERSION 3.15)
|
||||
project(test_package LANGUAGES CXX)
|
||||
|
||||
find_package(CLI11 REQUIRED CONFIG)
|
||||
|
||||
add_executable(${CMAKE_PROJECT_NAME} test_package.cpp)
|
||||
target_link_libraries(${CMAKE_PROJECT_NAME} PRIVATE CLI11::CLI11)
|
||||
|
||||
target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_11)
|
||||
Reference in New Issue
Block a user