Skip to content

Commit

Permalink
play nice with precompiled headers
Browse files Browse the repository at this point in the history
  • Loading branch information
m0dB authored and m0dB committed Jan 18, 2025
1 parent efb9535 commit 1fe2815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4575,7 +4575,7 @@ endif()
# rendergraph
add_subdirectory(src/rendergraph)
target_link_libraries(mixxx-lib PUBLIC rendergraph_gl)
target_compile_definitions(mixxx-lib PRIVATE rendergraph=rendergraph_gl)
target_compile_definitions(mixxx-lib PUBLIC rendergraph=rendergraph_gl)

# WavPack audio file support
find_package(wavpack)
Expand Down

0 comments on commit 1fe2815

Please sign in to comment.