~aleteoryx/muditaos

ref: 5bc3a96dbd602fe4a7d763332d3e23afca02257e muditaos/module-gui/gui/input/CMakeLists.txt -rw-r--r-- 319 bytes
5bc3a96d — Wiktor S. Ovalle Correa [EGD-4551] Add missing read() interception 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
target_sources( ${PROJECT_NAME}

	PRIVATE
		"${CMAKE_CURRENT_LIST_DIR}/InputEvent.cpp"
		"${CMAKE_CURRENT_LIST_DIR}/Profile.cpp"
		"${CMAKE_CURRENT_LIST_DIR}/Translator.cpp"
		
	PUBLIC
		"${CMAKE_CURRENT_LIST_DIR}/InputEvent.hpp"
		"${CMAKE_CURRENT_LIST_DIR}/Profile.hpp"
		"${CMAKE_CURRENT_LIST_DIR}/Translator.hpp"
)