Skip to content

Commit

Permalink
moc_included_test.cpp requires SKIP_PRECOMPILE_HEADERS ON
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Sep 27, 2023
1 parent 10a45a3 commit 97255f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1477,6 +1477,8 @@ else()
endif()
endif()

set_source_files_properties(src/util/moc_included_test.cpp PROPERTIES SKIP_PRECOMPILE_HEADERS ON)

set_target_properties(mixxx-lib PROPERTIES AUTOMOC ON AUTOUIC ON CXX_CLANG_TIDY "${CLANG_TIDY}")
target_include_directories(mixxx-lib PUBLIC src "${CMAKE_CURRENT_BINARY_DIR}/src")
if(UNIX AND NOT APPLE)
Expand Down

0 comments on commit 97255f8

Please sign in to comment.