Skip to content

Commit

Permalink
Revert "Switch from STATIC to OBJECT libraries"
Browse files Browse the repository at this point in the history
This reverts commit d477c5e.
  • Loading branch information
LegalizeAdulthood committed Jan 9, 2024
1 parent d477c5e commit 4a0a108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RefactorTest/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
add_library(refactor-test-cases OBJECT
add_library(refactor-test-cases STATIC
AddOverride.cpp
AddParameter.h
AddParameter.cpp
Expand Down
2 changes: 1 addition & 1 deletion TestCases/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if(NOT ("cxx_std_17" IN_LIST CMAKE_CXX_COMPILE_FEATURES))
return()
endif()

add_library(test-cases OBJECT
add_library(test-cases STATIC
TestCases.h
TestCases.cpp
ToolResults.h
Expand Down

0 comments on commit 4a0a108

Please sign in to comment.