diff tools/bcc/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
line wrap: on
line diff
--- a/tools/bcc/CMakeLists.txt	Tue Oct 30 13:21:55 2018 +0100
+++ b/tools/bcc/CMakeLists.txt	Wed Nov 28 22:01:55 2018 +0100
@@ -21,4 +21,5 @@
 malikania_define_executable(
 	TARGET mlk-bcc
 	SOURCES ${mlk-bcc_SOURCE_DIR}/main.cpp
+	FOLDER "tools"
 )