Logo
Explore Help
Sign In
feedc0de/dolphin
1
0
Fork 0
You've already forked dolphin
forked from dolphin-emu/dolphin
Code Pull Requests Activity
Files
a4ba92c697951644687869122b779c9a5ad195e1
dolphin/Externals/xxhash/CMakeLists.txt

8 lines
128 B
CMake
Raw Normal View History

xxhash: Add cmake + VS files Based on riking's PR.
2015-01-20 22:43:26 +01:00
project(xxhash C)
CMakeLists: Don't dump xxhash's includes into top-level directory scope We already use a custom CMakeLists file for xxhash, so we can just make it's headers public as part of its target interface. This way, only libraries that link in the xxhash target will see its headers, as opposed to every target under the top-level directory.
2018-04-06 10:26:48 -04:00
add_library(xxhash STATIC xxhash.c)
target_include_directories(xxhash
PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}
xxhash: Add cmake + VS files Based on riking's PR.
2015-01-20 22:43:26 +01:00
)
Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 43ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API