We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9955e commit 2e7cb2cCopy full SHA for 2e7cb2c
CMakeLists.txt
@@ -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