feat(furc): implement lexer
This commit is contained in:
+1
-1
@@ -13,4 +13,4 @@ include(GoogleTest)
|
||||
file(GLOB_RECURSE FURC_TESTS "test/**.cpp")
|
||||
add_executable(furc_tests ${FURC_TESTS})
|
||||
target_link_libraries(furc_tests PRIVATE libfurc GTest::gtest_main)
|
||||
gtest_discover_tests(furc_tests)
|
||||
# gtest_discover_tests(furc_tests)
|
||||
|
||||
Reference in New Issue
Block a user