Fix the broken config path

This commit is contained in:
Sameer Rahmani 2023-07-11 19:03:27 +01:00
parent 23522ea491
commit 604a4c337a
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ target_include_directories(userene
target_include_directories(userene SYSTEM PUBLIC
# We don't want the generated files from table gen
# to be treated as local since the contain warnings
${PROJECT_BINARY_DIR}/serene/include)
${PROJECT_BINARY_DIR}/userene/include)
target_link_libraries(userene PRIVATE
LLVMSupport