mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 05:42:43 +00:00 
			
		
		
		
	 0678dab7dc
			
		
	
	
		0678dab7dc
		
	
	
	
	
		
			
			Added search submenu with options to find or find again. Find allows to search for ASII string or sequence of Hex value.
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			172 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			172 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     HexEditor.cpp
 | |
|     HexEditorWidget.cpp
 | |
|     FindDialog.cpp
 | |
|     main.cpp
 | |
| )
 | |
| 
 | |
| serenity_app(HexEditor ICON app-hexeditor)
 | |
| target_link_libraries(HexEditor LibGUI)
 |