diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2017-12-16 20:20:59 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2017-12-16 20:20:59 +0000 |
| commit | bb2bcb0176bf19707ef4dc30e0c64112a0d4a267 (patch) | |
| tree | 06603eae12aa7398340cafa12eb0fe2649e32f26 | |
| parent | CMake: using CXX_STANDARD flag to set c++11 on Android and avoid errors compi... (diff) | |
| download | DiligentCore-bb2bcb0176bf19707ef4dc30e0c64112a0d4a267.tar.gz DiligentCore-bb2bcb0176bf19707ef4dc30e0c64112a0d4a267.zip | |
CMake: minor update to fix Android link error
| -rw-r--r-- | Common/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Common/CMakeLists.txt b/Common/CMakeLists.txt index 6179dc43..8dbf9b40 100644 --- a/Common/CMakeLists.txt +++ b/Common/CMakeLists.txt @@ -57,7 +57,7 @@ PUBLIC target_link_libraries(Common PRIVATE BuildSettings - PlatformInterface + TargetPlatform ) set_common_target_properties(Common) |
