You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw/extern/smhasher/CMakeLists.txt

3 lines
94 B
CMake

add_library(smhasher STATIC MurmurHash3.cpp)
target_include_directories(smhasher INTERFACE .)