Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Reorganize profiles into their own files
  • Loading branch information
TheSpydog committed Apr 23, 2019
1 parent 6b55877 commit 8d9f7ea
Show file tree
Hide file tree
Showing 9 changed files with 8,735 additions and 8,456 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Expand Up @@ -154,6 +154,12 @@ ADD_LIBRARY(mojoshader ${LIBRARY_FORMAT}
mojoshader.c
mojoshader_common.c
mojoshader_opengl.c
profiles/mojoshader_profile_arb1.c
profiles/mojoshader_profile_bytecode.c
profiles/mojoshader_profile_d3d.c
profiles/mojoshader_profile_glsl.c
profiles/mojoshader_profile_metal.c
profiles/mojoshader_profile_common.c
)
IF(EFFECT_SUPPORT)
TARGET_SOURCES(mojoshader PRIVATE
Expand Down

0 comments on commit 8d9f7ea

Please sign in to comment.