2016-09-25 16:19:39 -04:00
|
|
|
#############################################################################
|
|
|
|
# Name: build/cmake/tests/CMakeLists.txt
|
|
|
|
# Purpose: Build test executables
|
|
|
|
# Author: Tobias Taschner
|
|
|
|
# Created: 2016-09-24
|
|
|
|
# Copyright: (c) 2016 wxWidgets development team
|
|
|
|
# Licence: wxWindows licence
|
|
|
|
#############################################################################
|
|
|
|
|
|
|
|
add_subdirectory(base)
|
|
|
|
add_subdirectory(drawing)
|
|
|
|
add_subdirectory(gui)
|
2020-07-23 14:30:36 -04:00
|
|
|
add_subdirectory(headers)
|