windows: move windows specific files
Moved the windows-specific files into their own subdir for cleanliness's sake and mesonbuild organization. Signed-off-by: Marty Plummer <ntzrmtthihu777@gmail.com>
This commit is contained in:
		
							parent
							
								
									f172f58c74
								
							
						
					
					
						commit
						01e17ed5c6
					
				
					 4 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -207,7 +207,7 @@ set(MAIN_SOURCE
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if(WIN32)
 | 
					if(WIN32)
 | 
				
			||||||
	list(APPEND MAIN_SOURCE assets/resource.rc)
 | 
						list(APPEND MAIN_SOURCE windows/resource.rc)
 | 
				
			||||||
endif()
 | 
					endif()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
source_group("MKXP Source" FILES ${MAIN_SOURCE} ${MAIN_HEADERS})
 | 
					source_group("MKXP Source" FILES ${MAIN_SOURCE} ${MAIN_HEADERS})
 | 
				
			||||||
| 
						 | 
					@ -409,8 +409,8 @@ target_compile_definitions(${PROJECT_NAME} PRIVATE
 | 
				
			||||||
	${DEFINES}
 | 
						${DEFINES}
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
target_include_directories(${PROJECT_NAME} PRIVATE
 | 
					target_include_directories(${PROJECT_NAME} PRIVATE
 | 
				
			||||||
	assets
 | 
					 | 
				
			||||||
	src
 | 
						src
 | 
				
			||||||
 | 
						windows
 | 
				
			||||||
	${SIGCXX_INCLUDE_DIRS}
 | 
						${SIGCXX_INCLUDE_DIRS}
 | 
				
			||||||
	${PIXMAN_INCLUDE_DIRS}
 | 
						${PIXMAN_INCLUDE_DIRS}
 | 
				
			||||||
	${PHYSFS_INCLUDE_DIRS}
 | 
						${PHYSFS_INCLUDE_DIRS}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
		 Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB  | 
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue