add basic c++ project setup
This commit is contained in:
16
src/app/CMakeLists.txt
Normal file
16
src/app/CMakeLists.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
SET(HDRS)
|
||||
SET(SRCS)
|
||||
|
||||
SET(HDRS
|
||||
${HDRS}
|
||||
PARENT_SCOPE
|
||||
)
|
||||
|
||||
SET(SRCS
|
||||
${SRCS}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/main.cpp
|
||||
PARENT_SCOPE
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user