Skip to content

Commit

Permalink
Switch from STATIC to OBJECT libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Jan 9, 2024
1 parent 04732f5 commit d477c5e
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 STATIC
add_library(refactor-test-cases OBJECT
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 STATIC
add_library(test-cases OBJECT
TestCases.h
TestCases.cpp
ToolResults.h
Expand Down

0 comments on commit d477c5e

Please sign in to comment.