We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d1d20 commit 9ebb730Copy full SHA for 9ebb730
src/CMakeLists.txt
@@ -108,6 +108,7 @@ add_executable(parse_fasm_tests
108
${ANTLR_FasmParser_CXX_OUTPUTS})
109
target_link_libraries(parse_fasm_tests ${ANTLR4_RUNTIME})
110
target_link_libraries(parse_fasm_tests gtest_main)
111
+target_link_libraries(parse_fasm_tests gtest)
112
#target_compile_options(parse_fasm_tests PRIVATE -Wno-attributes) # Disable warning from antlr4-runtime
113
114
# Standalone executable
0 commit comments