Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz committed Mar 29, 2024
1 parent b0d8313 commit e6296dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmake/fancy_add_executable.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ macro (fancy_add_executable)
check_is_enabled (${_target_NAME} _target_NAME_enabled)
if (_target_NAME_enabled)
add_executable (${_target_NAME} ${_target_SRC})
message(STATUS "in fancy_add_exec ${PROJECT_NAME}_include_directories = ${${PROJECT_NAME}_include_directories}")
if (${PROJECT_NAME}_include_directories)
target_include_directories (${_target_NAME} ${${PROJECT_NAME}_include_directories})
endif ()
Expand Down

0 comments on commit e6296dd

Please sign in to comment.