Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Commit 589064c

Browse files
committed
CMakeLists.txt: Add forgotten project call
1 parent 0952b24 commit 589064c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
cmake_minimum_required(VERSION 2.8.12)
2+
3+
project(cppTango)
4+
25
include(CTest)
36

47
#need to define the version of the library

0 commit comments

Comments
 (0)