Update CMakeLists.txt

This commit is contained in:
Anton Popov 2018-07-30 16:47:25 +03:00 committed by GitHub
parent f6457929b6
commit c4fec0521e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,4 +3,4 @@ add_library(murmurhash2
include/murmurhash2.h)
target_include_directories (murmurhash2 PUBLIC include)
target_include_directories (murmurhash2 PUBLIC src)
target_include_directories (murmurhash2 PUBLIC src)