diff options
author | Sky <git@bunnies.cc> | 2013-10-05 01:08:13 +0100 |
---|---|---|
committer | Sky <git@bunnies.cc> | 2013-10-05 01:08:13 +0100 |
commit | 1dee4bb60d08995f0fd4eb229f131f2ca546d24c (patch) | |
tree | 0f08e6351388c60012dd6ab5caf55a8b92eea056 /CMakeLists.txt | |
parent | eba9b3d759dbf6e402e91ab897059f1d274aef90 (diff) | |
download | MultiMC-1dee4bb60d08995f0fd4eb229f131f2ca546d24c.tar MultiMC-1dee4bb60d08995f0fd4eb229f131f2ca546d24c.tar.gz MultiMC-1dee4bb60d08995f0fd4eb229f131f2ca546d24c.tar.lz MultiMC-1dee4bb60d08995f0fd4eb229f131f2ca546d24c.tar.xz MultiMC-1dee4bb60d08995f0fd4eb229f131f2ca546d24c.zip |
Add naive Windows Java detection - JavaUtils for finding it on other systems (incomplete)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e0637054..267a57d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -300,6 +300,9 @@ logic/tasks/ProgressProvider.h logic/tasks/Task.h logic/tasks/Task.cpp +# Utilities +logic/JavaUtils.h +logic/JavaUtils.cpp ) |