diff tools/bcc/CMakeLists.txt @ 121:789b23e01f52

misc: reorganize hierarchy, closes #2490
author David Demelier <markand@malikania.fr>
date Mon, 05 Oct 2020 13:25:06 +0200
parents 0a6683615c73
children 560303066120
line wrap: on
line diff
--- a/tools/bcc/CMakeLists.txt	Mon Oct 05 13:05:09 2020 +0200
+++ b/tools/bcc/CMakeLists.txt	Mon Oct 05 13:25:06 2020 +0200
@@ -17,4 +17,4 @@
 #
 
 project(molko-bcc)
-add_executable(bcc bcc.c)
+molko_define_executable(TARGET bcc SOURCES bcc.c FOLDER tools)