diff --git a/CMakeLists.txt b/CMakeLists.txt index 0115a264..7890a5ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -364,6 +364,7 @@ endif() list(APPEND SUNSHINE_DEFINITIONS SUNSHINE_ASSETS_DIR="${SUNSHINE_ASSETS_DIR}") list(APPEND SUNSHINE_DEFINITIONS SUNSHINE_CONFIG_DIR="${SUNSHINE_CONFIG_DIR}") list(APPEND SUNSHINE_DEFINITIONS SUNSHINE_DEFAULT_DIR="${SUNSHINE_DEFAULT_DIR}") +configure_file("${CMAKE_CURRENT_SOURCE_DIR}/NOTICE" "NOTICE") add_executable(sunshine ${SUNSHINE_TARGET_FILES}) target_link_libraries(sunshine ${SUNSHINE_EXTERNAL_LIBRARIES}) target_compile_definitions(sunshine PUBLIC ${SUNSHINE_DEFINITIONS}) diff --git a/NOTICE b/NOTICE new file mode 100644 index 00000000..7ad027d7 --- /dev/null +++ b/NOTICE @@ -0,0 +1,3 @@ +©2018 Valve Corporation. Steam and the Steam logo are trademarks and/or +registered trademarks of Valve Corporation in the U.S. and/or other countries. All +rights reserved. \ No newline at end of file