File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -633,13 +633,13 @@ if(NOT NBL_STATIC_BUILD)
633
633
COMMENT "Launching defines.h generation script!"
634
634
VERBATIM
635
635
)
636
-
637
- add_custom_target (generate_define_header ALL DEPENDS "${CMAKE_CURRENT_BINARY_DIR} /$<CONFIG>/generated/define.h" )
638
- add_dependencies (Nabla generate_define_header )
639
636
endif ()
640
637
641
638
nbl_install_headers ("${NABLA_HEADERS_PUBLIC} " "${NBL_ROOT_PATH} /include" )
642
- nbl_install_file ("${CMAKE_CURRENT_BINARY_DIR} /$<CONFIG>/generated/define.h" "" )
639
+ if (NOT NBL_STATIC_BUILD )
640
+ nbl_install_file ("${CMAKE_CURRENT_BINARY_DIR} /$<CONFIG>/generated/define.h" "" )
641
+ endif ()
642
+ nbl_install_file ("${NBL_ROOT_PATH_BINARY} /include/nbl/builtin/builtinResources.h" "nbl/builtin" )
643
643
nbl_install_config_header (BuildConfigOptions.h )
644
644
645
645
# TODO: @AnastazIuk change macros to functions! https://github.com/buildaworldnet/IrrlichtBAW/issues/311
You can’t perform that action at this time.
0 commit comments