Last active
August 31, 2018 05:27
-
-
Save jslee02/33a77a2aa6bb8efde68cea024b6d05c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/libs/filamat/CMakeLists.txt b/libs/filamat/CMakeLists.txt | |
index 02840fb..e15fc54 100644 | |
--- a/libs/filamat/CMakeLists.txt | |
+++ b/libs/filamat/CMakeLists.txt | |
@@ -67,5 +67,5 @@ target_compile_options(${TARGET} PRIVATE | |
# ================================================================================================== | |
# Currently disabled because we don't need it | |
# To proper support Vulkan, filamat needs to support SPIR-V compilation | |
-# install(DIRECTORY ${PUBLIC_HDR_DIR}/filamat DESTINATION include) | |
-# install(TARGETS ${TARGET} ARCHIVE DESTINATION lib/${DIST_DIR}) | |
+install(DIRECTORY ${PUBLIC_HDR_DIR}/filamat DESTINATION include) | |
+install(TARGETS ${TARGET} ARCHIVE DESTINATION lib/${DIST_DIR}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment