aboutsummaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
blob: 33ed42d6c1bc9f642906961e7e900559fdeeabb4 (plain)
1
2
3
4
5
6
add_executable(yawa yawa.c utils.c)
target_link_libraries (yawa X11)
target_link_libraries (yawa Imlib2)
target_link_libraries (yawa bsd)

install(TARGETS yawa DESTINATION bin)