comparison CMakeLists.txt @ 39:a5cba313c924

network and webkit are wrapped now
author eldar
date Sun, 17 May 2009 01:44:06 +0000
parents 8022ef40f110
children eb3b5bbffc8f
comparison
equal deleted inserted replaced
38:08631ce8e46a 39:a5cba313c924
10 10
11 ## Options. 11 ## Options.
12 option(BUILD_EXAMPLES "Build examples" "ON") 12 option(BUILD_EXAMPLES "Build examples" "ON")
13 option(GENERATE_DI_FILES "Generate *.di files with DC -H command" "OFF") 13 option(GENERATE_DI_FILES "Generate *.di files with DC -H command" "OFF")
14 14
15 set(all_packages Core Gui OpenGL Xml Svg) ## TODO: Loading. 15 set(all_packages Core Gui OpenGL Xml Svg Network WebKit) ## TODO: Loading.
16 16
17 17
18 ## Strip utility. 18 ## Strip utility.
19 find_program(STRIP strip) 19 find_program(STRIP strip)
20 20