Skip to content

Instantly share code, notes, and snippets.

@jslee02
Last active August 31, 2018 05:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jslee02/33a77a2aa6bb8efde68cea024b6d05c4 to your computer and use it in GitHub Desktop.
Save jslee02/33a77a2aa6bb8efde68cea024b6d05c4 to your computer and use it in GitHub Desktop.
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