diff options
author | Vito Gamberini <vito.gamberini@kitware.com> | 2024-07-22 14:34:45 (GMT) |
---|---|---|
committer | Vito Gamberini <vito.gamberini@kitware.com> | 2024-07-29 17:14:41 (GMT) |
commit | 35734c8de3013c9e4bd2b2693640d2bacd39e49c (patch) | |
tree | b50e7351738fb97aa778852b1725951be76c6652 /Source/Modules | |
parent | e6453c200e707f2e15e055c90497e4655cf57847 (diff) | |
download | CMake-35734c8de3013c9e4bd2b2693640d2bacd39e49c.zip CMake-35734c8de3013c9e4bd2b2693640d2bacd39e49c.tar.gz CMake-35734c8de3013c9e4bd2b2693640d2bacd39e49c.tar.bz2 |
PkgC: Add llpkgc to build
Diffstat (limited to 'Source/Modules')
-rw-r--r-- | Source/Modules/CMakeBuildUtilities.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/Modules/CMakeBuildUtilities.cmake b/Source/Modules/CMakeBuildUtilities.cmake index 4e7f0fe..43d59a0 100644 --- a/Source/Modules/CMakeBuildUtilities.cmake +++ b/Source/Modules/CMakeBuildUtilities.cmake @@ -394,3 +394,9 @@ if(CMake_ENABLE_DEBUGGER) CMAKE_SET_TARGET_FOLDER(cppdap "Utilities/3rdParty") endif() endif() + +#--------------------------------------------------------------------- +# Build llpkgc library. +add_subdirectory(Utilities/cmllpkgc) +add_library(llpkgc::llpkgc ALIAS cmllpkgc) +CMAKE_SET_TARGET_FOLDER(cmllpkgc "Utilities/3rdParty") |