Skip to content

Commit

Permalink
[cmake] Create directory where omniidl will produce files.
Browse files Browse the repository at this point in the history
  • Loading branch information
florent-lamiraux authored and nim65s committed Mar 28, 2024
1 parent fcd935c commit a447a58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ set(IDL_SOURCES obstacle problem robot tools)
omniidl_include_directories(${CMAKE_SOURCE_DIR}/idl)
include_directories(${CMAKE_BINARY_DIR}/src)

make_directory(${CMAKE_BINARY_DIR}/src/hpp/corbaserver)
foreach(IDL ${IDL_SOURCES})
generate_idl_cpp(
hpp/corbaserver/${IDL} ${CMAKE_SOURCE_DIR}/idl/hpp/corbaserver
Expand Down

0 comments on commit a447a58

Please sign in to comment.