head	1.1;
branch	1.1.1;
access;
symbols
	netbsd-11-0-RC7:1.1.1.1
	netbsd-11-0-RC6:1.1.1.1
	netbsd-11-0-RC5:1.1.1.1
	netbsd-11-0-RC4:1.1.1.1
	netbsd-11-0-RC3:1.1.1.1
	netbsd-11-0-RC2:1.1.1.1
	netbsd-11-0-RC1:1.1.1.1
	netbsd-11:1.1.1.1.0.4
	netbsd-11-base:1.1.1.1
	netbsd-10-1-RELEASE:1.1.1.1
	netbsd-10-0-RELEASE:1.1.1.1
	netbsd-10-0-RC6:1.1.1.1
	netbsd-10-0-RC5:1.1.1.1
	netbsd-10-0-RC4:1.1.1.1
	netbsd-10-0-RC3:1.1.1.1
	netbsd-10-0-RC2:1.1.1.1
	netbsd-10-0-RC1:1.1.1.1
	ctwm-4-1-0:1.1.1.1
	netbsd-10:1.1.1.1.0.2
	netbsd-10-base:1.1.1.1
	ctwm-4-0-3:1.1.1.1
	CTWM:1.1.1;
locks; strict;
comment	@# @;


1.1
date	2021.04.11.08.36.53;	author nia;	state Exp;
branches
	1.1.1.1;
next	;
commitid	PjWN65car4ihSQOC;

1.1.1.1
date	2021.04.11.08.36.53;	author nia;	state Exp;
branches;
next	;
commitid	PjWN65car4ihSQOC;


desc
@@


1.1
log
@Initial revision
@
text
@include_directories(${CMAKE_CURRENT_SOURCE_DIR})

# Build the libctwm_client library
add_library(ctwmc SHARED libctwm.c)

# There's a demolib that links against it
add_executable(demolib demolib.c)
target_link_libraries(demolib ctwmc ${X11_LIBRARIES})

# There's also a 'gtw' that doesn't, but is sorta client-like...
add_executable(gtw gtw.c)
target_link_libraries(gtw ${X11_LIBRARIES})

# A program to [attempt to] forward keystrokes from layered root-ish
# windows.
add_executable(forward forward.c)
target_link_libraries(forward ${X11_LIBRARIES})


# Meta-target
add_custom_target(client
	DEPENDS demolib gtw
)

# Mention it
message(STATUS "Building libctwmc and demolib.")
@


1.1.1.1
log
@ctwm-4.0.3
@
text
@@
