diff options
author | crupest <crupest@outlook.com> | 2019-03-28 18:37:02 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-28 18:37:02 +0800 |
commit | d72ff7334270de91242240d45263783e72546a1e (patch) | |
tree | f7e6bb13b4efb69d108e1521035b929137b6dd33 /src | |
parent | ae41f140bfe121274311e00ddd74f7bd9b192819 (diff) | |
download | cru-d72ff7334270de91242240d45263783e72546a1e.tar.gz cru-d72ff7334270de91242240d45263783e72546a1e.tar.bz2 cru-d72ff7334270de91242240d45263783e72546a1e.zip |
...
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 81038370..da488e08 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -29,7 +29,7 @@ target_include_directories(cru_ui PUBLIC .) if(WIN32) target_link_libraries(cru_ui PRIVATE D3D11 D2d1 DWrite) -target_compile_definitions(cru_ui PUBLIC UNICODE _UNICODE) +target_compile_definitions(cru_ui PUBLIC UNICODE _UNICODE) # use unicode endif() add_executable(demo main.cpp) |