Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CMakeLists.txt « TCLAP - github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 118c870eff01eb6511c4fea86d6872ef08fe3b50 (plain)
1
2
3
4
5
6
7
8
9
10
project(TCLAP C CXX)

# Add a library using our ArcWelderSources variable from our sourcelist file
add_library(${PROJECT_NAME} INTERFACE)

target_include_directories(TCLAP INTERFACE /tclap)

# Expose both TCLAP's public includes
set(${PROJECT_NAME}_INCLUDE_DIRS ${PROJECT_SOURCE_DIR}/
    CACHE INTERNAL "${PROJECT_NAME}: Include Directories" FORCE)