We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c84807b + 1e6560d commit d46b2b2Copy full SHA for d46b2b2
src/base/AddPrxModule.cmake
@@ -16,7 +16,7 @@ function(add_prx_module name)
16
get_filename_component(EXP_FILE_NAME ${FILE} NAME_WE)
17
18
# Define the output .c file path
19
- set(GENERATED_C_FILE ${CMAKE_BINARY_DIR}/${EXP_FILE_NAME}.c)
+ set(GENERATED_C_FILE ${CMAKE_CURRENT_BINARY_DIR}/${EXP_FILE_NAME}.c)
20
21
# Add a custom command for each .exp file to generate a .c file
22
add_custom_command(
0 commit comments