radio/libjs/wType/CMakeLists.txt

13 lines
412 B
CMake

cmake_minimum_required(VERSION 2.8.12)
configure_file(string.js string.js)
configure_file(bytearray.js bytearray.js)
configure_file(object.js object.js)
configure_file(uint64.js uint64.js)
configure_file(vocabulary.js vocabulary.js)
configure_file(vector.js vector.js)
configure_file(address.js address.js)
configure_file(event.js event.js)
configure_file(boolean.js boolean.js)
configure_file(blob.js blob.js)