This commit is contained in:
halx99 2021-07-15 23:31:49 +08:00 committed by GitHub
parent a3f8cf28ed
commit 65148417b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -21,5 +21,6 @@ add_library(${target_name} STATIC
target_include_directories(${target_name}
PRIVATE ..
PRIVATE ../..
PRIVATE ../../../thirdparty
)