Skip to content

Commit

Permalink
Fix missing line(s) in CMakeLists sections
Browse files Browse the repository at this point in the history
  • Loading branch information
luisbarrancos committed Nov 30, 2016
1 parent 53fa90a commit 2e21f1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/appleseed.shaders/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ configure_file (
${PROJECT_SOURCE_DIR}/src/appleseed.shaders/as_osl_extensions.h
)


#--------------------------------------------------------------------------------------------------
# Header files.
#--------------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -66,6 +67,7 @@ list (APPEND osl_headers
${appleseed_library_osl_headers}
)


#--------------------------------------------------------------------------------------------------
# Source files.
#--------------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -161,6 +163,7 @@ set (appleseed_maya2_osl_sources
)
list (APPEND osl_sources ${appleseed_maya2_osl_sources})


#--------------------------------------------------------------------------------------------------
# Compile shaders.
#--------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 2e21f1d

Please sign in to comment.