comparison CMakeLists.txt @ 37:8022ef40f110

svg package
author eldar
date Sat, 16 May 2009 21:33:50 +0000
parents 0f7c514f076e
children a5cba313c924
comparison
equal deleted inserted replaced
36:0f7c514f076e 37:8022ef40f110
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) ## TODO: Loading. 15 set(all_packages Core Gui OpenGL Xml Svg) ## TODO: Loading.
16 16
17 17
18 ## Strip utility. 18 ## Strip utility.
19 find_program(STRIP strip) 19 find_program(STRIP strip)
20 20