From 861876b9369226c6491bd1c1ad4f6ec98a967d0b Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 27 Oct 2023 13:25:17 -0400 Subject: Tests/ObjectLibrary: fix comment --- Tests/ObjectLibrary/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/ObjectLibrary/CMakeLists.txt b/Tests/ObjectLibrary/CMakeLists.txt index 05a35bb..b57761b 100644 --- a/Tests/ObjectLibrary/CMakeLists.txt +++ b/Tests/ObjectLibrary/CMakeLists.txt @@ -68,7 +68,7 @@ add_library(UseCstaticObjs STATIC $ $ # Test a shared library with sources from a different shared library add_library(UseCsharedObjs SHARED $ $ $) -# Test a shared executable with sources from a different shared library +# Test a shared executable with sources from a different executable add_executable(UseABstaticObjs $) target_link_libraries(UseABstaticObjs ABstatic) -- cgit v0.12