try fix fast build

This commit is contained in:
Alexander Tokmakov 2020-09-04 01:23:27 +03:00
parent df09bf3cb6
commit 3cb73de059

View File

@ -1,2 +1,3 @@
add_executable (test-strange-memory-leak test_strange_memory_leak.cpp ${SRCS})
#target_link_libraries (test-strange-memory-leak PRIVATE dbms)
target_link_libraries (test-strange-memory-leak PUBLIC boost::headers_only)