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
15
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
73fa65f4
Commit
73fa65f4
authored
10 months ago
by
Dmitry Puzyrkov
Browse files
Options
Downloads
Patches
Plain Diff
[*] mman includes in cain module
parent
7a79d3b5
No related branches found
No related tags found
2 merge requests
!1645
Feature 11169 port
,
!1636
Feature 11169 port
Pipeline
#39789
passed with stage
in 8 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/chain/CMakeLists.txt
+2
-5
2 additions, 5 deletions
modules/chain/CMakeLists.txt
with
2 additions
and
5 deletions
modules/chain/CMakeLists.txt
+
2
−
5
View file @
73fa65f4
...
@@ -5,7 +5,8 @@ file(GLOB DAP_CHAIN_SRCS *.c)
...
@@ -5,7 +5,8 @@ file(GLOB DAP_CHAIN_SRCS *.c)
file
(
GLOB DAP_CHAIN_HEADERS include/*.h
)
file
(
GLOB DAP_CHAIN_HEADERS include/*.h
)
if
(
WIN32
)
if
(
WIN32
)
file
(
GLOB MMAN_SRCS
${
CMAKE_CURRENT_SOURCE_DIR
}
/../../../dap-sdk/3rdparty/mman/*
)
include_directories
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/../../dap-sdk/3rdparty/mman/
)
file
(
GLOB MMAN_SRCS
${
CMAKE_CURRENT_SOURCE_DIR
}
/../../dap-sdk/3rdparty/mman/*
)
list
(
APPEND DAP_CHAIN_SRCS
${
MMAN_SRCS
}
)
list
(
APPEND DAP_CHAIN_SRCS
${
MMAN_SRCS
}
)
endif
()
endif
()
...
@@ -23,10 +24,6 @@ target_include_directories(${PROJECT_NAME} INTERFACE . include/ ${GLIB_INCLUDE_D
...
@@ -23,10 +24,6 @@ target_include_directories(${PROJECT_NAME} INTERFACE . include/ ${GLIB_INCLUDE_D
target_include_directories
(
${
PROJECT_NAME
}
PUBLIC include
)
target_include_directories
(
${
PROJECT_NAME
}
PUBLIC include
)
target_include_directories
(
${
PROJECT_NAME
}
PUBLIC
${
CMAKE_CURRENT_SOURCE_DIR
}
/../../../dap-sdk/3rdparty/uthash/src
)
target_include_directories
(
${
PROJECT_NAME
}
PUBLIC
${
CMAKE_CURRENT_SOURCE_DIR
}
/../../../dap-sdk/3rdparty/uthash/src
)
if
(
WIN32
)
target_include_directories
(
${
PROJECT_NAME
}
PUBLIC
${
CMAKE_CURRENT_SOURCE_DIR
}
/../../../dap-sdk/3rdparty/mman/
)
endif
()
if
(
INSTALL_SDK
)
if
(
INSTALL_SDK
)
set_target_properties
(
${
PROJECT_NAME
}
PROPERTIES PUBLIC_HEADER
"
${
DAP_CHAIN_HEADERS
}
"
)
set_target_properties
(
${
PROJECT_NAME
}
PROPERTIES PUBLIC_HEADER
"
${
DAP_CHAIN_HEADERS
}
"
)
INSTALL
(
TARGETS
${
PROJECT_NAME
}
INSTALL
(
TARGETS
${
PROJECT_NAME
}
...
...
This diff is collapsed.
Click to expand it.
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