Kyle Edwards 0c3c6acaff Tests: Add tests for new options 4 years ago
..
Interface 4391913133 Add INTERFACE libraries to generated buildsystem if they have SOURCES 5 years ago
SubDirLinkA f0e67da061 target_link_libraries: Fix out-of-dir linking of a list of targets 5 years ago
SubDirLinkB a1ad0a699b target_link_libraries: Allow use with targets in other directories 7 years ago
include dd089e08b5 install: Allow absolute EXPORT destination with relative targets (#15258) 11 years ago
install-RUNTIME_DEPENDENCY_SET 0c3c6acaff Tests: Add tests for new options 4 years ago
renamed b5d6f5dd5b Add EXPORT_NAME property. 12 years ago
sub eec93bceec Allow OBJECT libraries to be installed, exported, and imported 8 years ago
sublib fc43477de0 Rename variable for including current directory in interfaces 12 years ago
CMakeLists.txt 0c3c6acaff Tests: Add tests for new options 4 years ago
cmp0022.cpp 574fec97fd Export: Generate INTERFACE_LINK_LIBRARIES property on targets. 12 years ago
cmp0022.h 574fec97fd Export: Generate INTERFACE_LINK_LIBRARIES property on targets. 12 years ago
cmp0022_vs6_1.cpp 574fec97fd Export: Generate INTERFACE_LINK_LIBRARIES property on targets. 12 years ago
cmp0022_vs6_2.cpp 574fec97fd Export: Generate INTERFACE_LINK_LIBRARIES property on targets. 12 years ago
empty.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
systemlib.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
systemlib.h d7204e649e Revise C++ coding style using clang-format-6.0 7 years ago
testExe1.c d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
testExe1lib.c d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
testExe2.c d7204e649e Revise C++ coding style using clang-format-6.0 7 years ago
testExe2lib.c d7204e649e Revise C++ coding style using clang-format-6.0 7 years ago
testExe2libImp.c d7204e649e Revise C++ coding style using clang-format-6.0 7 years ago
testExe3.c d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
testExe4.c d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
testLib1.c d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
testLib1file1.txt 6e89c8a5f1 install: Support generator expressions in FILES and PROGRAMS mode 11 years ago
testLib1file2.txt 6e89c8a5f1 install: Support generator expressions in FILES and PROGRAMS mode 11 years ago
testLib2.c d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
testLib3.c d7204e649e Revise C++ coding style using clang-format-6.0 7 years ago
testLib3Imp.c d7204e649e Revise C++ coding style using clang-format-6.0 7 years ago
testLib3ImpDep.c d7204e649e Revise C++ coding style using clang-format-6.0 7 years ago
testLib4.c d7204e649e Revise C++ coding style using clang-format-6.0 7 years ago
testLib4.h f5ca872e8b Use linked frameworks as a source of include directories. 12 years ago
testLib4lib.c 7b873cd951 ENH: Test target_link_libraries INTERFACE option 17 years ago
testLib4libdbg.c 7b873cd951 ENH: Test target_link_libraries INTERFACE option 17 years ago
testLib4libopt.c 7b873cd951 ENH: Test target_link_libraries INTERFACE option 17 years ago
testLib5.c d7204e649e Revise C++ coding style using clang-format-6.0 7 years ago
testLib6.cxx 3621e073a8 ENH: Test export/import of link interface languages 16 years ago
testLib6c.c 61367c69d7 COMP: Fix ExportImport testLib6 on VS6 16 years ago
testLib7.c d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
testLib8A.c eec93bceec Allow OBJECT libraries to be installed, exported, and imported 8 years ago
testLib8B.c eec93bceec Allow OBJECT libraries to be installed, exported, and imported 8 years ago
testLib9.c d7204e649e Revise C++ coding style using clang-format-6.0 7 years ago
testLib9ObjIface.c 7776ce98c3 Tests: Add cases for usage requirements of linked object libs 7 years ago
testLib9ObjPriv.c 7776ce98c3 Tests: Add cases for usage requirements of linked object libs 7 years ago
testLib9ObjPub.c 7776ce98c3 Tests: Add cases for usage requirements of linked object libs 7 years ago
testLibAbs1.c d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
testLibCycleA1.c d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
testLibCycleA2.c d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
testLibCycleA3.c d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
testLibCycleB1.c d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
testLibCycleB2.c d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
testLibCycleB3.c d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
testLibDepends.c d7204e649e Revise C++ coding style using clang-format-6.0 7 years ago
testLibNoSONAME.c d7204e649e Revise C++ coding style using clang-format-6.0 7 years ago
testLibPerConfigDest.c d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
testLibRequired.c d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
testSharedLibDepends.cpp b5d6f5dd5b Add EXPORT_NAME property. 12 years ago
testSharedLibDepends.h ed98209ddc Revise include order using clang-format-6.0 6 years ago
testSharedLibRequired.cpp 77d2646784 Allow generator expressions in LINK_INTERFACE_LIBRARIES. 13 years ago
testSharedLibRequired.h 77d2646784 Allow generator expressions in LINK_INTERFACE_LIBRARIES. 13 years ago
testSharedLibRequiredUser.cpp fd4fb9ef04 try_compile: Extract IMPORTED targets from LINK_DEPENDENT_LIBRARIES 12 years ago
testSharedLibRequiredUser.h fd4fb9ef04 try_compile: Extract IMPORTED targets from LINK_DEPENDENT_LIBRARIES 12 years ago
testSharedLibRequiredUser2.cpp cc8f79670e try_compile: Extract IMPORTED targets from INTERFACE_LINK_LIBRARIES 12 years ago
testSharedLibRequiredUser2.h ed98209ddc Revise include order using clang-format-6.0 6 years ago
testStaticLibRequiredPrivate.c d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
testTopDirLib.c a1ad0a699b target_link_libraries: Allow use with targets in other directories 7 years ago