Skip to content

Commit

Permalink
moved ui files back to original position
Browse files Browse the repository at this point in the history
  • Loading branch information
Rossmaxx committed Apr 11, 2024
1 parent 46bd6b7 commit 849b782
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,11 @@ set_target_properties(lmms PROPERTIES
WIN32_EXECUTABLE $<NOT:$<CONFIG:DEBUG>>
)

set_target_properties(lmmsobjs PROPERTIES
AUTOUIC_SEARCH_PATHS
"{CMAKE_CURRENT_SOURCE_DIR}/gui/modals"
)

IF(LMMS_BUILD_MSYS)
# ENABLE_EXPORTS property has no effect in some MSYS2 configurations.
# Add the linker flag manually to create liblmms.dll.a import library
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 849b782

Please sign in to comment.