Skip to content

Commit

Permalink
Remove premake. Add VS filters
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisBirukov committed Mar 23, 2018
1 parent 7c7e1d4 commit fe3b949
Show file tree
Hide file tree
Showing 19 changed files with 37 additions and 1,061 deletions.
136 changes: 0 additions & 136 deletions Baikal/Baikal.lua

This file was deleted.

12 changes: 12 additions & 0 deletions Baikal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,18 @@ set(SOURCES
${SCENEGRAPH_IO_SOURCES}
${XML_SOURCES})

source_group("controllers" FILES ${CONTROLLERS_SOURCES})
source_group("estimators" FILES ${ESTIMATORS_SOURCES})
source_group("output" FILES ${OUTPUT_SOURCES})
source_group("posteffect" FILES ${POSTEFFECT_SOURCES})
source_group("renderers" FILES ${RENDERERS_SOURCES})
source_group("renderfactory" FILES ${RENDERFACTORY_SOURCES})
source_group("utils" FILES ${UTILS_SOURCES})
source_group("scenegraph" FILES ${SCENEGRAPH_SOURCES})
source_group("scenegraph\\collector" FILES ${SCENEGRAPH_COLLECTOR_SOURCES})
source_group("scenegraph\\io" FILES ${SCENEGRAPH_IO_SOURCES})
source_group("xml" FILES ${XML_SOURCES})

add_library(Baikal STATIC ${SOURCES})

if (BAIKAL_ENABLE_DENOISER)
Expand Down
110 changes: 0 additions & 110 deletions BaikalStandalone/BaikalStandalone.lua

This file was deleted.

4 changes: 4 additions & 0 deletions BaikalStandalone/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ set(SOURCES
${IMGUI_SORUCES}
${MAIN_SOURCES}
${UTILS_SOURCES})

source_group("application" FILES ${APPLICATION_SOURCES})
source_group("ImGUI" FILES ${IMGUI_SORUCES})
source_group("utils" FILES ${UTILS_SOURCES})

add_executable(BaikalStandalone ${SOURCES})
target_compile_features(BaikalStandalone PRIVATE cxx_std_14)
Expand Down
51 changes: 0 additions & 51 deletions BaikalTest/BaikalTest.lua

This file was deleted.

Loading

0 comments on commit fe3b949

Please sign in to comment.