comparison CMakeLists.txt @ 381:60545793499e

Irccd: fix various problems on Windows
author David Demelier <markand@malikania.fr>
date Wed, 21 Dec 2016 10:41:07 +0100
parents e9adab218027
children c6fbb6e0e06d
comparison
equal deleted inserted replaced
380:edd873d583eb 381:60545793499e
95 add_subdirectory(plugins) 95 add_subdirectory(plugins)
96 endif () 96 endif ()
97 97
98 # Platform specific. 98 # Platform specific.
99 if (WIN32) 99 if (WIN32)
100 # add_subdirectory(win32) 100 add_subdirectory(win32)
101 endif () 101 endif ()
102 102
103 # Tests. 103 # Tests.
104 if (WITH_TESTS) 104 if (WITH_TESTS)
105 include(CTest) 105 include(CTest)