aboutsummaryrefslogtreecommitdiff
path: root/examples/hello-world/CMakeLists.txt
blob: 8ad13e39fdd200d171c179d876182b10020db1ba (plain)
1
2
3
4
5
6
7
add_executable("hello"
  "hello.cpp"
)

target_link_libraries("hello" PRIVATE
  "adwaitamm::adwaitamm"
)