Minor fix for CMakeLists.txt

This commit is contained in:
lazymio 2022-05-23 22:29:07 +02:00
parent ac73e6b9d3
commit 6a2e2a1291
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873
1 changed files with 1 additions and 1 deletions

View File

@ -1355,7 +1355,7 @@ target_include_directories(unicorn PUBLIC
# For static archive
if (BUILD_SHARED_LIBS)
target_include_directories(unicorn_static PUBLIC
include()
include
)
endif()