From 9ada1c0fd699d9b9c746688c5c39cd72a0c7593d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 17 Oct 2020 10:49:37 +0300 Subject: cmake: minor tweks for the greater good --- server/parser/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/parser') diff --git a/server/parser/CMakeLists.txt b/server/parser/CMakeLists.txt index 2490e57..20d39a1 100644 --- a/server/parser/CMakeLists.txt +++ b/server/parser/CMakeLists.txt @@ -1,2 +1,4 @@ add_library(parser INTERFACE) +target_include_directories(parser INTERFACE .) + target_link_libraries(parser INTERFACE common lexer) -- cgit v1.2.3