temporally exclude file_explorer
This commit is contained in:
		
							parent
							
								
									5aec3d4b74
								
							
						
					
					
						commit
						95bde7bc51
					
				@ -205,11 +205,13 @@ if (BUILD_NANA_DEMOS)
 | 
				
			|||||||
    set (CMAKE_INSTALL_PREFIX ${DEMO_BIN})
 | 
					    set (CMAKE_INSTALL_PREFIX ${DEMO_BIN})
 | 
				
			||||||
    set(DEMO_BIN ${NANA_SOURCE_DIR}../nana-demo/bin)
 | 
					    set(DEMO_BIN ${NANA_SOURCE_DIR}../nana-demo/bin)
 | 
				
			||||||
    set(CMAKE_INSTALL_PREFIX )
 | 
					    set(CMAKE_INSTALL_PREFIX )
 | 
				
			||||||
    add_executable(file_explorer ../nana-demo/file_explorer.cpp)
 | 
						
 | 
				
			||||||
    set_property( TARGET file_explorer PROPERTY CXX_STANDARD 14 )
 | 
						if (OFF)
 | 
				
			||||||
    target_link_libraries(file_explorer ${PROJECT_NAME} )         
 | 
							add_executable(file_explorer ../nana-demo/file_explorer.cpp)
 | 
				
			||||||
	#X11 Xft ${NANA_JPEG_LIB} ${NANA_PNG_LIB}
 | 
							set_property( TARGET file_explorer PROPERTY CXX_STANDARD 14 )
 | 
				
			||||||
    install(TARGETS file_explorer RUNTIME DESTINATION &{DEMO_BIN})
 | 
							target_link_libraries(file_explorer ${PROJECT_NAME} )         
 | 
				
			||||||
 | 
							install(TARGETS file_explorer RUNTIME DESTINATION &{DEMO_BIN})
 | 
				
			||||||
 | 
						endif(OFF)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    add_executable(calculator ../nana-demo/calculator.cpp)
 | 
					    add_executable(calculator ../nana-demo/calculator.cpp)
 | 
				
			||||||
    set_property( TARGET calculator PROPERTY CXX_STANDARD 14 )
 | 
					    set_property( TARGET calculator PROPERTY CXX_STANDARD 14 )
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user