Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cellframe-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
16
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
cellframe-sdk
Commits
b036df96
Commit
b036df96
authored
2 years ago
by
dpuzyrkov
Browse files
Options
Downloads
Patches
Plain Diff
[*] cmake fix
parent
29fa0ea3
No related branches found
No related tags found
No related merge requests found
Pipeline
#15539
passed with stage
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dap-sdk/net/server/http_server/CMakeLists.txt
+1
-1
1 addition, 1 deletion
dap-sdk/net/server/http_server/CMakeLists.txt
with
1 addition
and
1 deletion
dap-sdk/net/server/http_server/CMakeLists.txt
+
1
−
1
View file @
b036df96
...
@@ -48,7 +48,7 @@ if(WIN32)
...
@@ -48,7 +48,7 @@ if(WIN32)
endif
()
endif
()
if
(
UNIX
)
if
(
UNIX
)
target_link_libraries
(
${
PROJECT_NAME
}
dap_http_server
dap_core dap_server_core magic json-c
)
target_link_libraries
(
${
PROJECT_NAME
}
dap_core dap_server_core magic json-c
)
target_include_directories
(
${
PROJECT_NAME
}
PUBLIC
${
IPUTILS_INCLUDE_DIRS
}
)
target_include_directories
(
${
PROJECT_NAME
}
PUBLIC
${
IPUTILS_INCLUDE_DIRS
}
)
endif
()
endif
()
This diff is collapsed.
Click to expand it.
Dmitry Puzyrkov
@dmitry.puzyrkov
mentioned in commit
c43a6b33
·
2 years ago
mentioned in commit
c43a6b33
mentioned in commit c43a6b3396ea82c9a72387416d8ac28ca6eb78d9
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment