Skip to content

Commit

Permalink
Include macros to fix superbuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Jan 18, 2024
1 parent a22db49 commit e354281
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/waylandscanner/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# SPDX-FileCopyrightText: 2023 Pier Luigi Fiorini <[email protected]>
# SPDX-License-Identifier: BSD-3-Clause

## Include macros right away:
include(AuroraScannerMacros.cmake)

add_executable(waylandscanner waylandscanner.cpp)

set_target_properties(waylandscanner PROPERTIES OUTPUT_NAME aurora-wayland-scanner)
Expand Down

0 comments on commit e354281

Please sign in to comment.