
Dropped BETA_THREAD_TEST and everything around it Dropped mt19937 Replaced msinttypes with cinttypes Removed IRC link and updated README name
21 lines
329 B
CMake
21 lines
329 B
CMake
|
|
#
|
|
# setup and static libraries
|
|
#
|
|
add_subdirectory( common )
|
|
if( HAVE_common )
|
|
option( BUILD_SERVERS "build server executables" ON )
|
|
else()
|
|
message( STATUS "Disabled server targets (requires common)" )
|
|
endif()
|
|
|
|
|
|
#
|
|
# targets
|
|
#
|
|
add_subdirectory( login )
|
|
add_subdirectory( char )
|
|
add_subdirectory( map )
|
|
add_subdirectory( tool )
|
|
|