Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Improve build system#281

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
deanberris merged 3 commits intocpp-netlib:masterfromniosHD:improve-build-system
Aug 7, 2013
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
fixed typo
  • Loading branch information
@niosHD
niosHD committedAug 6, 2013
commitf796642d69d10f9a38fcfa0185f1ac49008d13a8
2 changes: 1 addition & 1 deletionconcurrency/src/CMakeLists.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,7 +12,7 @@ if(NOT CPP-NETLIB_BUILD_SINGLE_LIB)
add_library(cppnetlib-concurrency ${CPP-NETLIB_CONCURRENCY_SRCS})
endif()

# prepend current directory to make pathsabsolut
# prepend current directory to make pathsabsolute
prependToElements( "${CMAKE_CURRENT_SOURCE_DIR}/"
CPP-NETLIB_CONCURRENCY_SRCS )

Expand Down
2 changes: 1 addition & 1 deletionhttp/src/CMakeLists.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -101,7 +101,7 @@ if(NOT CPP-NETLIB_BUILD_SINGLE_LIB)
)
endif()

# prepend current directory to make pathsabsolut
# prepend current directory to make pathsabsolute
prependToElements( "${CMAKE_CURRENT_SOURCE_DIR}/"
CPP-NETLIB_HTTP_MESSAGE_SRCS
CPP-NETLIB_HTTP_MESSAGE_WRAPPERS_SRCS
Expand Down
2 changes: 1 addition & 1 deletionlogging/src/CMakeLists.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,7 +10,7 @@ set(CPP-NETLIB_LOGGING_SRCS

add_library(cppnetlib-logging ${CPP-NETLIB_LOGGING_SRCS})

# prepend current directory to make pathsabsolut
# prepend current directory to make pathsabsolute
prependToElements( "${CMAKE_CURRENT_SOURCE_DIR}/"
CPP-NETLIB_LOGGING_SRCS )

Expand Down
2 changes: 1 addition & 1 deletionmessage/src/CMakeLists.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -24,7 +24,7 @@ set(CPP-NETLIB_MESSAGE_WRAPPERS_SRCS

add_library(cppnetlib-message-wrappers ${CPP-NETLIB_MESSAGE_WRAPPERS_SRCS})

# prepend current directory to make pathsabsolut
# prepend current directory to make pathsabsolute
prependToElements( "${CMAKE_CURRENT_SOURCE_DIR}/"
CPP-NETLIB_MESSAGE_SRCS
CPP-NETLIB_MESSAGE_DIRECTIVES_SRCS
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp