We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620a5ec commit e44250eCopy full SHA for e44250e
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.2)
2
3
-project(Groot)
+project(groot)
4
5
find_package(Qt5 COMPONENTS Core Widgets Gui OpenGL Xml Svg)
6
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_LIST_DIR}/cmake")
package.xml
<?xml version="1.0"?>
<package>
- <name>Groot</name>
+ <name>groot</name>
<version>0.3.0</version>
<description>Graphical editor to create behaviour trees</description>
0 commit comments