mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-08-21 15:50:50 +00:00
Add SetListingView.
I'm having linker errors in gtest, pushing to see if this also happens on the build server.
This commit is contained in:
parent
346946340d
commit
ada0f1df50
4 changed files with 52 additions and 32 deletions
|
@ -9,9 +9,9 @@ target_include_directories(${PROJECT_NAME} SYSTEM
|
|||
)
|
||||
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
PRIVATE gtest
|
||||
PRIVATE gtest_main
|
||||
PRIVATE ${bare_name}-if
|
||||
PRIVATE ${bare_name}-common
|
||||
PRIVATE ${bare_name}-machinery
|
||||
PRIVATE gtest
|
||||
PRIVATE gtest_main
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue