Skip to content

Commit 9efb8d7

Browse files
committed
chore: Remove duplicate linking of the parser library
Signed-off-by: Roberto Raggi <[email protected]>
1 parent 9f995bd commit 9efb8d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ aux_source_directory(cxx SOURCES)
2121

2222
add_executable(cxx ${SOURCES})
2323

24-
target_link_libraries(cxx PRIVATE cxx-parser cxx-lsp)
24+
target_link_libraries(cxx PRIVATE cxx-lsp)
2525

2626
if(EMSCRIPTEN)
2727
target_link_options(cxx PRIVATE

0 commit comments

Comments
 (0)