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:
@@ -10,9 +10,7 @@ target_include_directories (
|
||||
)
|
||||
|
||||
# Links to the all needed internal libraries #
|
||||
target_link_libraries(Parser PRIVATE PashaBibko-UTIL)
|
||||
target_link_libraries(Parser PRIVATE Lexer)
|
||||
target_link_libraries(Parser PRIVATE AST)
|
||||
target_link_libraries(Parser PUBLIC AST)
|
||||
|
||||
# Creates the precompiled header of the binary #
|
||||
target_include_directories(Parser PRIVATE ${CMAKE_SOURCE_DIR}/external/util)
|
||||
|
||||
Reference in New Issue
Block a user