first commit
This commit is contained in:
14
BasaltPresenter/Presenter/CMakeLists.txt
Normal file
14
BasaltPresenter/Presenter/CMakeLists.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
add_executable(BasaltPresenter "")
|
||||
target_sources(BasaltPresenter
|
||||
PRIVATE
|
||||
main.cpp
|
||||
)
|
||||
target_include_directories(BasaltPresenter
|
||||
PUBLIC
|
||||
"${CMAKE_CURRENT_LIST_DIR}"
|
||||
)
|
||||
# target_link_libraries(YYCCTest
|
||||
# PRIVATE
|
||||
# BasaltShared
|
||||
# )
|
||||
|
||||
4
BasaltPresenter/Presenter/main.cpp
Normal file
4
BasaltPresenter/Presenter/main.cpp
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user