mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	hidapi: Fix include path
This commit is contained in:
		
							parent
							
								
									82fed1790a
								
							
						
					
					
						commit
						520a51c62f
					
				
					 2 changed files with 3 additions and 2 deletions
				
			
		|  | @ -14,7 +14,6 @@ add_subdirectory(qhull) | |||
| add_subdirectory(Shiny) | ||||
| add_subdirectory(semver) | ||||
| add_subdirectory(libigl) | ||||
| add_subdirectory(hidapi) | ||||
| 
 | ||||
| # Adding libnest2d project for bin packing... | ||||
| set(LIBNEST2D_UNITTESTS ON CACHE BOOL "Force generating unittests for libnest2d") | ||||
|  | @ -24,6 +23,8 @@ add_subdirectory(libslic3r) | |||
| 
 | ||||
| if (SLIC3R_GUI) | ||||
|     add_subdirectory(imgui) | ||||
|     add_subdirectory(hidapi) | ||||
|     include_directories(hidapi/include) | ||||
| 
 | ||||
|     if(WIN32) | ||||
|         message(STATUS "WXWIN environment set to: $ENV{WXWIN}") | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| #if ENABLE_3DCONNEXION_DEVICES | ||||
| #include "libslic3r/Point.hpp" | ||||
| 
 | ||||
| #include "hidapi/hidapi.h" | ||||
| #include "hidapi.h" | ||||
| 
 | ||||
| #include <thread> | ||||
| #include <mutex> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vojtech Kral
						Vojtech Kral