You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
477 B
21 lines
477 B
PROJECT (GObjectPlugin C)
|
|
|
|
CMAKE_MINIMUM_REQUIRED (VERSION 2.8)
|
|
|
|
SET (PROJECT_LOWERCASE_NAME "gobject-plugin")
|
|
SET (PROJECT_DESCRIPTION "Host/Plugin Interfaces for GObject Based Applications/Libraries.")
|
|
|
|
SET (MAJOR 0)
|
|
SET (MINOR 1)
|
|
SET (PATCH 13)
|
|
|
|
LIST (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/backbone)
|
|
|
|
ADD_SUBDIRECTORY (src)
|
|
ADD_SUBDIRECTORY (po)
|
|
ADD_SUBDIRECTORY (pkg-config)
|
|
ADD_SUBDIRECTORY (test)
|
|
ADD_SUBDIRECTORY (cpack)
|
|
|
|
# enable testing
|
|
ENABLE_TESTING ()
|