KDE/kdelibs/win

Alexander Neundorf neundorf at kde.org
Fri Feb 10 22:19:43 CET 2006


SVN commit 508142 by neundorf:

-add a CMakeLists.txt for iceauth, but it can't be compiled here, because iceauth links to DCOP, and thi doesn't exist yet
I think this should be moved to dcop/

Alex

CCMAIL: kde-buildsystem at kde.org



 M  +2 -0      CMakeLists.txt  
 A             iceauth/CMakeLists.txt  


--- trunk/KDE/kdelibs/win/CMakeLists.txt #508141:508142
@@ -45,6 +45,8 @@
 
 add_definitions(-DUNICODE -DWIN32_LEAN_AND_MEAN )
 
+add_subdirectory(iceauth)
+
 set(win_LIB_SRCS
    src/bootstrap.cpp
    src/dummy.cpp


More information about the Kde-buildsystem mailing list