comparison CMakeLists.txt @ 35:5917a613d118

wrapping of QtXml
author eldar
date Sat, 16 May 2009 20:47:44 +0000
parents 10baf869635a
children 0f7c514f076e
comparison
equal deleted inserted replaced
34:17cc45b32686 35:5917a613d118
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) ## TODO: Loading. 15 set(all_packages Core Xml) ## TODO: Loading.
16 16
17 17
18 ## Strip utility. 18 ## Strip utility.
19 find_program(STRIP strip) 19 find_program(STRIP strip)
20 20