Skip to content

Commit 2e7cb2c

Browse files
committed
added CMakeLists.txt
1 parent 5f9955e commit 2e7cb2c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CMakeLists.txt

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
cmake_minimum_required(VERSION 3.2)
2+
3+
project (TARCEGEN)
4+
5+
add_subdirectory (ObjectClasses)
6+
add_subdirectory (Utils)
7+
8+
add_executable (targetGen main.cpp)
9+
10+
target_link_libraries (targetGen LINK_PUBLIC ObjectClasses Utils)

0 commit comments

Comments
 (0)