
The npm install command must generate the version.js file in order for the in-source builds to work.
3 lines
139 B
CMake
3 lines
139 B
CMake
include(../VERSION22.cmake)
|
|
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/lib/version.js.in ${CMAKE_CURRENT_BINARY_DIR}/lib/version.js @ONLY)
|