Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dtk
dtk
Commits
39b43822
Commit
39b43822
authored
Feb 26, 2013
by
Julien Wintz
Browse files
Fixing build tree: export of targets.
parent
91bda01a
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
39b43822
...
...
@@ -3,9 +3,9 @@
## Author: Julien Wintz
## Created: Mon Feb 4 10:29:13 2013 (+0100)
## Version:
## Last-Updated:
Mon
Feb
11 20:31:57
2013 (+0100)
## Last-Updated:
Tue
Feb
26 14:58:29
2013 (+0100)
## By: Julien Wintz
## Update #:
7
## Update #:
10
######################################################################
##
### Change Log:
...
...
@@ -17,3 +17,5 @@ add_subdirectory(dtkLog)
add_subdirectory
(
dtkCore
)
add_subdirectory
(
dtkDistributed
)
add_subdirectory
(
dtkTest
)
export
(
TARGETS dtkLog dtkCore dtkDistributed APPEND FILE
"
${
CMAKE_BINARY_DIR
}
/dtkDepends.cmake"
)
src/dtkCore/CMakeLists.txt
View file @
39b43822
...
...
@@ -3,9 +3,9 @@
## Author: Julien Wintz
## Created: Fri Feb 8 16:49:52 2013 (+0100)
## Version:
## Last-Updated:
Mon
Feb
11 12:44:11
2013 (+0100)
## Last-Updated:
Tue
Feb
26 14:58:04
2013 (+0100)
## By: Julien Wintz
## Update #: 1
3
## Update #: 1
5
######################################################################
##
### Change Log:
...
...
@@ -56,9 +56,3 @@ install(TARGETS ${PROJECT_NAME}
DESTINATION lib
COMPONENT core
EXPORT dtkDepends
)
## ###################################################################
## Export rules
## ###################################################################
export
(
TARGETS dtkCore APPEND FILE
"
${
CMAKE_BINARY_DIR
}
/dtkDepends.cmake"
)
src/dtkDistributed/CMakeLists.txt
View file @
39b43822
...
...
@@ -79,9 +79,3 @@ install(TARGETS ${PROJECT_NAME}
DESTINATION lib
COMPONENT distributed
EXPORT dtkDepends
)
## ###################################################################
## Export rules
## ###################################################################
export
(
TARGETS dtkDistributed APPEND FILE
"
${
CMAKE_BINARY_DIR
}
/dtkDepends.cmake"
)
src/dtkLog/CMakeLists.txt
View file @
39b43822
...
...
@@ -3,9 +3,9 @@
## Author: Julien Wintz
## Created: Mon Feb 11 19:23:24 2013 (+0100)
## Version:
## Last-Updated:
Wed
Feb
13 15:22:23
2013 (+0100)
## Last-Updated:
Tue
Feb
26 14:58:42
2013 (+0100)
## By: Julien Wintz
## Update #: 2
1
## Update #: 2
2
######################################################################
##
### Change Log:
...
...
@@ -55,9 +55,3 @@ install(TARGETS ${PROJECT_NAME}
DESTINATION lib
COMPONENT log
EXPORT dtkDepends
)
## ###################################################################
## Export rules
## ###################################################################
export
(
TARGETS dtkLog APPEND FILE
"
${
CMAKE_BINARY_DIR
}
/dtkDepends.cmake"
)
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment