Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
16
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
celllframe-node
Merge requests
!240
Support 4917
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Support 4917
support-4917
into
master
Overview
0
Commits
13
Pipelines
0
Changes
1
Merged
Aleksandr Vodianov
requested to merge
support-4917
into
master
3 years ago
Overview
0
Commits
13
Pipelines
0
Changes
1
Expand
Add windows build
👍
0
👎
0
Merge request reports
Viewing commit
eb102327
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
eb102327
change cmake for test
· eb102327
Aleksandr Vodianov
authored
3 years ago
CMakeLists.txt
+
1
−
1
Options
@@ -141,7 +141,7 @@ if(WIN32)
add_executable
(
${
NODE_TOOL_TARGET
}
"sources/main_node_tool.c"
)
target_link_libraries
(
${
NODE_CLI_TARGET
}
dap_chain_net dap_app_cli z pthread
KERNEL
32 USER32 SHELL32 WINMM GDI32 ADVAPI32 Ole32 Version Imm32
kernel
32 USER32 SHELL32 WINMM GDI32 ADVAPI32 Ole32 Version Imm32
OleAut32 ws2_32 ntdll psapi Shlwapi Bcrypt Crypt32 Secur32 userenv
)
set_property
(
TARGET
${
NODE_CLI_TARGET
}
APPEND_STRING PROPERTY LINK_FLAGS
"-mconsole"
)
target_link_libraries
(
${
NODE_TOOL_TARGET
}
cellframe-sdk
)
Loading