diff options
author | crupest <crupest@outlook.com> | 2021-08-20 22:10:45 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-08-20 22:10:45 +0800 |
commit | e2e8ba559b0e7a797c083684b382ac4cbb2fdd5f (patch) | |
tree | 9b9e61142c490c53a5d7b3bba2c62ee6281a87db /src/osx/graphics/native/CMakeLists.txt | |
parent | bcb879240f96764b8f17da2878fc0784c51b6054 (diff) | |
download | cru-e2e8ba559b0e7a797c083684b382ac4cbb2fdd5f.tar.gz cru-e2e8ba559b0e7a797c083684b382ac4cbb2fdd5f.tar.bz2 cru-e2e8ba559b0e7a797c083684b382ac4cbb2fdd5f.zip |
...
Diffstat (limited to 'src/osx/graphics/native/CMakeLists.txt')
-rw-r--r-- | src/osx/graphics/native/CMakeLists.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/osx/graphics/native/CMakeLists.txt b/src/osx/graphics/native/CMakeLists.txt deleted file mode 100644 index 610292da..00000000 --- a/src/osx/graphics/native/CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ -set(CRU_OSX_GRAPHICS_NATIVE_INCLUDE_DIR ${CRU_INCLUDE_DIR}/cru/osx/graphics/native) - -add_library(cru_win_graphics_direct SHARED - Factory.cpp -) -target_sources(cru_win_graphics_direct PUBLIC - ${CRU_OSX_GRAPHICS_NATIVE_INCLUDE_DIR}/Factory.hpp -) -target_link_libraries(cru_win_graphics_direct PUBLIC cocoa) -target_link_libraries(cru_win_graphics_direct PUBLIC cru_osx_base cru_platform_graphics) - |