qmake generator for cmake?
Alexander Neundorf
neundorf at kde.org
Sun Jan 29 09:45:45 CET 2006
On Sunday 29 January 2006 04:12, William A. Hoffman wrote:
...
> There would be two places to look. As long as we are not talking about
> umbrella frameworks it should not be too hard.
> Here is a thread about it on the cmake list:
> http://public.kitware.com/pipermail/cmake/2005-December/007736.html
From this email:
> For creating frameworks, a new type of library will be created FRAMEWORK.
This would mean we would everywhere:
if(APPLE)
add_library(kdefoo FRAMEWORK ${scrs})
else(APPLE)
add_library(kdefoo SHARED ${scrs})
endif(APPLE)
Or would FRAMEWORK on all other platforms simply mean the same as SHARED ?
Or how about
add_library(kdefoo SHARED ${scrs})
set_target_properties(kdefoo PROPERTIES BUILD_FRAMEWORK ON) ?
Bye
Alex
--
Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de
Home: neundorf AT kde.org - http://www.kde.org
alex AT neundorf.net - http://www.neundorf.net
More information about the Kde-buildsystem
mailing list