Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pistache
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
pistache
Commits
ff9db0d9
Unverified
Commit
ff9db0d9
authored
Oct 06, 2021
by
Kip
Committed by
GitHub
Oct 06, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #997 from Finkman/allow-as-submodule
Allow to be used as submodule
parents
ac454b16
4c2787ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/CMakeLists.txt
src/CMakeLists.txt
+1
-1
No files found.
src/CMakeLists.txt
View file @
ff9db0d9
...
...
@@ -46,7 +46,7 @@ else()
target_include_directories
(
pistache PRIVATE
${
RAPIDJSON_INCLUDE_DIRS
}
)
endif
()
target_include_directories
(
pistache PRIVATE
${
CMAKE_
SOURCE_DIR
}
/subprojects/hinnant-date/include
)
target_include_directories
(
pistache PRIVATE
${
CMAKE_
CURRENT_SOURCE_DIR
}
/..
/subprojects/hinnant-date/include
)
target_include_directories
(
pistache PUBLIC
${
PISTACHE_INCLUDE
}
)
if
(
BUILD_SHARED_LIBS
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment