Skip to content

Commit

Permalink
🐛 fix installed meraxes_conf.h path
Browse files Browse the repository at this point in the history
  • Loading branch information
smutch committed Feb 2, 2024
1 parent 68eacfa commit 282abc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ else()
endif()
set_target_properties(meraxes_lib PROPERTIES
OUTPUT_NAME meraxes
PUBLIC_HEADER "${CMAKE_CURRENT_SOURCE_DIR}/src/meraxes.h;${CMAKE_CURRENT_BINARY_DIR}/src/meraxes_conf.h"
PUBLIC_HEADER "${CMAKE_CURRENT_SOURCE_DIR}/src/meraxes.h;${CMAKE_CURRENT_BINARY_DIR}/meraxes_conf.h"
C_STANDARD 99
)
add_executable(meraxes ${CMAKE_CURRENT_SOURCE_DIR}/src/core/meraxes.c)
Expand Down

0 comments on commit 282abc5

Please sign in to comment.