Some minor changes
This commit is contained in:
parent
df6083f572
commit
58dce86e0f
@ -122,5 +122,5 @@ function deploy_client() {
|
||||
#install_npm
|
||||
#compile_scripts
|
||||
#compile_native
|
||||
package_client
|
||||
#package_client
|
||||
deploy_client
|
||||
|
@ -22,7 +22,7 @@ message("Module path: ${CMAKE_MODULE_PATH}")
|
||||
function(setup_nodejs)
|
||||
set(NodeJS_DIR "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")
|
||||
set(NODEJS_URL "https://atom.io/download/atom-shell")
|
||||
set(NODEJS_VERSION "v8.0.0")
|
||||
set(NODEJS_VERSION "v11.0.3")
|
||||
|
||||
#set(NODEJS_URL "https://nodejs.org/download/release/")
|
||||
#set(NODEJS_VERSION "v12.13.0")
|
||||
|
@ -30,7 +30,7 @@ extern "C" {
|
||||
#include <tomcrypt.h>
|
||||
|
||||
#include <tommath.h>
|
||||
};
|
||||
}
|
||||
|
||||
using namespace std;
|
||||
using namespace tc;
|
||||
|
Loading…
Reference in New Issue
Block a user