mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-03 16:51:27 +00:00
Compare commits
2 Commits
c84807b850
...
d46b2b237d
Author | SHA1 | Date | |
---|---|---|---|
|
d46b2b237d | ||
|
1e6560db8f |
@@ -16,7 +16,7 @@ function(add_prx_module name)
|
||||
get_filename_component(EXP_FILE_NAME ${FILE} NAME_WE)
|
||||
|
||||
# Define the output .c file path
|
||||
set(GENERATED_C_FILE ${CMAKE_BINARY_DIR}/${EXP_FILE_NAME}.c)
|
||||
set(GENERATED_C_FILE ${CMAKE_CURRENT_BINARY_DIR}/${EXP_FILE_NAME}.c)
|
||||
|
||||
# Add a custom command for each .exp file to generate a .c file
|
||||
add_custom_command(
|
||||
|
Reference in New Issue
Block a user