Skip to content

Commit

Permalink
[C++]: adjust CMake for examples rename to samples
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd L. Montgomery committed Oct 29, 2014
1 parent 023852d commit 9c9981f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cppbuild/CTestTestfile.cmake
cppbuild/Makefile
cppbuild/Testing/
cppbuild/aeron-common/
cppbuild/aeron-examples/
cppbuild/aeron-samples/
cppbuild/binaries/
cppbuild/cmake_install.cmake

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_SOURCE_DIR}/cppbuild/binaries")

set(AERON_COMMON_PATH "${CMAKE_SOURCE_DIR}/aeron-common/src/main/cpp")
set(AERON_3RDPARTY_PATH "${AERON_COMMON_PATH}/3rdparty")
set(AERON_EXAMPLES_PATH "${CMAKE_SOURCE_DIR}/aeron-examples/src/main/cpp")
set(AERON_SAMPLES_PATH "${CMAKE_SOURCE_DIR}/aeron-samples/src/main/cpp")

##########################################################
# 3rd party libs
Expand All @@ -67,7 +67,7 @@ include_directories(${AERON_COMMON_PATH})

add_subdirectory(${AERON_COMMON_PATH}/concurrent)
add_subdirectory(${AERON_COMMON_PATH}/util)
add_subdirectory(${AERON_EXAMPLES_PATH})
add_subdirectory(${AERON_SAMPLES_PATH})



0 comments on commit 9c9981f

Please sign in to comment.