diff extern/CMakeLists.txt @ 200:0a285d62ace7

windows: initial VS2017 support While here, do some cleanup in CMake files for a better hierarchy.
author David Demelier <markand@malikania.fr>
date Wed, 28 Nov 2018 22:01:55 +0100
parents 3107ce017c3a
children 268b66d72ec0
line wrap: on
line diff
--- a/extern/CMakeLists.txt	Tue Oct 30 13:21:55 2018 +0100
+++ b/extern/CMakeLists.txt	Wed Nov 28 22:01:55 2018 +0100
@@ -16,5 +16,5 @@
 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 
-add_subdirectory(duktape)
-add_subdirectory(json)
+add_subdirectory(libduktape)
+add_subdirectory(libjson)