Skip to content

Commit

Permalink
Move C code to its own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lulivi committed Nov 3, 2022
1 parent 41fb541 commit 31ddba3
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ project(rtiexamples-hello-world)
# Add the folder where the FindRTIConnextDDS.cmake file is placed to the
# CMAKE_MODULE_PATH variable
list(APPEND CMAKE_MODULE_PATH
"${CMAKE_CURRENT_SOURCE_DIR}/../../../../resources/cmake/Modules"
"${CMAKE_CURRENT_SOURCE_DIR}/../../../../../resources/cmake/Modules"
)
include(ConnextDdsConfigureCmakeUtils)
connextdds_configure_cmake_utils()
Expand Down

0 comments on commit 31ddba3

Please sign in to comment.