Skip to content

Commit

Permalink
Make it work
Browse files Browse the repository at this point in the history
  • Loading branch information
boutinb committed Mar 1, 2024
1 parent 77cff89 commit 94e4f27
Show file tree
Hide file tree
Showing 392 changed files with 308 additions and 44,636 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,9 @@
[submodule "Modules/jaspSurvival"]
path = Modules/jaspSurvival
url = https://github.com/jasp-stats/jaspSurvival
[submodule "jaspCommonLib"]
path = jaspCommonLib
url = https://github.com/jasp-stats/jaspCommonLib
[submodule "jaspQMLControlsPlugin"]
path = jaspQMLControlsPlugin
url = https://github.com/jasp-stats/jaspQMLControlsPlugin
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ if(WIN32)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG ${CMAKE_RUNTIME_OUTPUT_DIRECTORY})
endif()

add_subdirectory(Common)
add_subdirectory(jaspCommonLib)
add_subdirectory(CommonData)
add_subdirectory(QMLComponents)
add_subdirectory(jaspQMLControlsPlugin)

if(NOT WIN32)
add_subdirectory(R-Interface)
Expand Down
102 changes: 0 additions & 102 deletions Common/CMakeLists.txt

This file was deleted.

215 changes: 0 additions & 215 deletions Common/QtUtils/appdirs.cpp

This file was deleted.

Loading

0 comments on commit 94e4f27

Please sign in to comment.