Add optional support for vcpkg
This commit is contained in:
@@ -13,8 +13,8 @@ set_target_properties(tests_simulator PROPERTIES FOLDER tests/simulator)
|
||||
target_include_directories(tests_simulator PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
target_link_libraries(tests_simulator PRIVATE
|
||||
DRAMSys::simulator
|
||||
gtest
|
||||
gtest_main
|
||||
GTest::gtest
|
||||
GTest::gtest_main
|
||||
)
|
||||
|
||||
gtest_discover_tests(tests_simulator
|
||||
|
||||
Reference in New Issue
Block a user