aboutsummaryrefslogtreecommitdiff
path: root/demos/SvgPath/CMakeLists.txt
blob: 34120111c69f5daed216815733981c2616cbbccf (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 CruDemoBase)