6 lines
158 B
CMake
6 lines
158 B
CMake
|
cmake_minimum_required(VERSION 2.8.12)
|
||
|
|
||
|
configure_file(magnus.js magnus.js)
|
||
|
configure_file(commands.js commands.js)
|
||
|
configure_file(connector.js connector.js)
|