aboutsummaryrefslogtreecommitdiff
path: root/src/win/CMakeLists.txt
blob: e190e9a01802b0293b1312f55498ecdf62ba202e (plain)
1
2
3
4
5
6
7
8
9
add_library(cru_win_base STATIC
	DebugLogger.hpp
	StdOutLogger.hpp
)
target_compile_definitions(cru_win_base PUBLIC UNICODE _UNICODE) # use unicode
target_link_libraries(cru_win_base PUBLIC cru_base)

add_subdirectory(graphics)
add_subdirectory(gui)