blob: 1a9a47711839d622396c47e8aacd1f9750592338 (
plain)
1
2
3
4
5
6
7
8
9
|
# -*- cmake -*-
include(Prebuilt)
use_prebuilt_binary(lsl_definitions)
configure_file("${AUTOBUILD_INSTALL_DIR}/lsl_definitions/lsl_keywords.xml"
"${CMAKE_SOURCE_DIR}/newview/app_settings/keywords_lsl_default.xml" COPYONLY)
configure_file("${AUTOBUILD_INSTALL_DIR}/lsl_definitions/lua_keywords.xml"
"${CMAKE_SOURCE_DIR}/newview/app_settings/keywords_lua_default.xml" COPYONLY)
|