We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a284577 commit eb659d8Copy full SHA for eb659d8
cpp/tests/core/CMakeLists.txt
@@ -1,6 +1,8 @@
1
enable_testing()
2
find_package(GTest CONFIG REQUIRED)
3
4
+list(APPEND CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/lib)
5
+
6
add_executable(test_basic_allocator test_basic_allocator.cpp)
7
target_link_libraries(test_basic_allocator GTest::gtest GTest::gtest_main)
8
cpp/tests/engine/CMakeLists.txt
@@ -1,5 +1,7 @@
add_executable(test_dictionary test_dictionary.cpp )
target_link_libraries(test_dictionary csp_engine GTest::gtest GTest::gtest_main)
# For DialectGeneric impl registration ( needed on windows to get it exported )
0 commit comments