Renamed folders

This commit is contained in:
Pasha Bibko
2025-07-22 21:27:58 +01:00
parent a6f25bf18e
commit 53e07a25a7
4 changed files with 8 additions and 8 deletions

View File

@@ -9,5 +9,5 @@ target_include_directories (
)
# Creates the precompiled header for the binary #
target_include_directories(Lexer PRIVATE ${CMAKE_SOURCE_DIR}/Common)
target_precompile_headers(Lexer PRIVATE ${CMAKE_SOURCE_DIR}/Common/LXC.h)
target_include_directories(Lexer PRIVATE ${CMAKE_SOURCE_DIR}/common)
target_precompile_headers(Lexer PRIVATE ${CMAKE_SOURCE_DIR}/common/LXC.h)