summaryrefslogtreecommitdiff
path: root/src/txt-converter/CMakeLists.txt
blob: 7b1cfb6a8e35b6fda89b8d9ae4617726e12ce4dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# setup
#
set( CONVERTER_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}  CACHE INTERNAL "" )
if( WITH_MYSQL )
	option( BUILD_CONVERTERS "build converter executables" OFF )
else()
	message( STATUS "Disabled converter targets  (requires MYSQL)" )
endif()


#
# targets
#
add_subdirectory( login )
add_subdirectory( char )