Skip to content
Snippets Groups Projects
Commit 8ddab74d authored by deuce's avatar deuce
Browse files

WIN32 gets chat and ctrl.

parent 00a418a7
Branches
Tags
No related merge requests found
......@@ -8,6 +8,11 @@ if(MSVC)
set_property(DIRECTORY APPEND PROPERTY COMPILE_OPTIONS /wd4996)
endif()
if(WIN32)
add_subdirectory(chat)
add_subdirectory(ctrl)
endif()
macro(require_lib_dir TARGET LIB LIBDIR)
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_LIST_DIR}")
if(NOT DEFINED ${LIBDIR}_DONE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment