diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d804c9e8..edbaa133 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -571,6 +571,8 @@ if(SDK_SM_FACEAPI_PATH) endif() endif() +install(FILES "${CMAKE_SOURCE_DIR}/README.md" DESTINATION .) + if(NOT SDK_FACEAPI_ONLY) if(SDK_XPLANE) install(TARGETS opentrack-xplane-plugin LIBRARY DESTINATION . NAMELINK_SKIP) |