Skip to content

Commit

Permalink
Maybe fixed everything?
Browse files Browse the repository at this point in the history
  • Loading branch information
Madman10K committed Jan 2, 2025
1 parent 0446047 commit 9ff870a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
install(DIRECTORY "Content/" DESTINATION "${UIMGUI_INSTALL_CONTENT_DIR}")
multicast(target_compile_definitions PRIVATE UIMGUI_CONTENT_DIR="${UIMGUI_INSTALL_PREFIX}/${UIMGUI_INSTALL_CONTENT_DIR}")

install(DIRECTORY "Source/" DESTINATION "{{ application_include_dir }}" FILES_MATCHING PATTERN "*.h" PATTERN "*.hpp")
install(DIRECTORY "Source/" DESTINATION "{{ application_include_dir }}" FILES_MATCHING PATTERN "*.h" PATTERN "*.hpp" PATTERN "*.cmake")
multicast(target_compile_definitions PRIVATE UIMGUI_APPLICATION_INCLUDE_DIR="${UIMGUI_INSTALL_PREFIX}/{{ application_include_dir }}")

if (UIMGUI_INSTALL_FRAMEWORK)
Expand Down

0 comments on commit 9ff870a

Please sign in to comment.