7 lines
192 B
CMake
7 lines
192 B
CMake
cmake_minimum_required(VERSION 2.8.12)
|
|
|
|
configure_file(proxy.js proxy.js)
|
|
configure_file(list.js list.js)
|
|
configure_file(vocabulary.js vocabulary.js)
|
|
configure_file(catalogue.js catalogue.js)
|