Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
toki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Analysers
toki
Commits
a26d7770
Commit
a26d7770
authored
Sep 25, 2012
by
unknown
Browse files
Options
Downloads
Patches
Plain Diff
mingw make install fix
parent
29dce5e7
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
libtoki/CMakeLists.txt
+1
-0
1 addition, 0 deletions
libtoki/CMakeLists.txt
toki-app/CMakeLists.txt
+1
-0
1 addition, 0 deletions
toki-app/CMakeLists.txt
with
2 additions
and
0 deletions
libtoki/CMakeLists.txt
+
1
−
0
View file @
a26d7770
...
@@ -104,6 +104,7 @@ endif(UNIX)
...
@@ -104,6 +104,7 @@ endif(UNIX)
install
(
TARGETS toki
install
(
TARGETS toki
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
ARCHIVE DESTINATION lib
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE
...
...
This diff is collapsed.
Click to expand it.
toki-app/CMakeLists.txt
+
1
−
0
View file @
a26d7770
...
@@ -4,6 +4,7 @@ include_directories( ${CMAKE_SOURCE_DIR} )
...
@@ -4,6 +4,7 @@ include_directories( ${CMAKE_SOURCE_DIR} )
include_directories
(
${
PwrUtils_INCLUDE_DIR
}
)
include_directories
(
${
Boost_INCLUDE_DIR
}
)
include_directories
(
${
Boost_INCLUDE_DIR
}
)
link_directories
(
${
Boost_LIBRARY_DIRS
}
)
link_directories
(
${
Boost_LIBRARY_DIRS
}
)
...
...
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