7 lines
210 B
CMake
7 lines
210 B
CMake
cmake_minimum_required(VERSION 2.8.12)
|
|
|
|
configure_file(errorHandler.js errorHandler.js)
|
|
configure_file(reply.js reply.js)
|
|
configure_file(notFound.js notFound.js)
|
|
configure_file(pageInMagnus.js pageInMagnus.js)
|