aboutsummaryrefslogtreecommitdiff
path: root/demos/svg_path/CMakeLists.txt
blob: 5488c6b0da9a6418bd291ee0721c0b5504218f08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
add_executable(CruDemoSvgPath main.cpp)

if(APPLE)
	set_target_properties(CruDemoSvgPath PROPERTIES
		MACOSX_BUNDLE TRUE
    	MACOSX_BUNDLE_BUNDLE_NAME cru-demo-svg-path
    	MACOSX_BUNDLE_GUI_IDENTIFIER life.crupest.demo-svg-path
	)
endif()

target_link_libraries(CruDemoSvgPath PRIVATE cru_demo_base)