Refactored parts of the parser

Done to make testing internal parts of the Parser easier as they can now be called via the .lib
This commit is contained in:
Pasha Bibko
2025-08-20 21:56:33 +01:00
parent 466d861e0b
commit a18e652915
7 changed files with 93 additions and 73 deletions

View File

@@ -11,7 +11,7 @@ target_include_directories (
)
# Links to the all needed internal libraries #
target_link_libraries(Lexer PRIVATE PashaBibko-UTIL)
target_link_libraries(Lexer PUBLIC PashaBibko-UTIL)
# Creates the precompiled header for the binary #
target_include_directories(Lexer PRIVATE ${CMAKE_SOURCE_DIR}/external/util)