Add headers to CMakeLists
This commit is contained in:
		
							parent
							
								
									fbf8956885
								
							
						
					
					
						commit
						6eb0e61426
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -10,7 +10,9 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
 | 
			
		|||
 | 
			
		||||
find_package(Qt5 COMPONENTS Core Quick REQUIRED)
 | 
			
		||||
 | 
			
		||||
add_executable(${PROJECT_NAME} "main.cpp" "oboy.cpp" "oimageprovider.cpp" "qml.qrc")
 | 
			
		||||
add_executable(${PROJECT_NAME} "main.cpp" "qml.qrc"
 | 
			
		||||
 "oboy.cpp" "oboy.h"
 | 
			
		||||
 "oimageprovider.cpp" "oimageprovider.h")
 | 
			
		||||
target_compile_definitions(${PROJECT_NAME} PRIVATE $<$<OR:$<CONFIG:Debug>,$<CONFIG:RelWithDebInfo>>:QT_QML_DEBUG>)
 | 
			
		||||
target_link_libraries(${PROJECT_NAME} PRIVATE Qt5::Core Qt5::Quick)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue