forked from Green-Sky/tomato
empty main
This commit is contained in:
parent
41d0fc02c3
commit
efa781e9ba
@ -1,2 +1,22 @@
|
|||||||
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
|
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
|
||||||
|
|
||||||
|
add_executable(tomato
|
||||||
|
main.cpp
|
||||||
|
)
|
||||||
|
|
||||||
|
target_compile_features(tomato PUBLIC cxx_std_17)
|
||||||
|
target_link_libraries(tomato PUBLIC
|
||||||
|
solanaceae_util
|
||||||
|
solanaceae_contact
|
||||||
|
solanaceae_message3
|
||||||
|
|
||||||
|
#solanaceae_plugin
|
||||||
|
|
||||||
|
solanaceae_toxcore
|
||||||
|
solanaceae_tox_contacts
|
||||||
|
solanaceae_tox_messages
|
||||||
|
|
||||||
|
#imgui
|
||||||
|
#imgui_backend_opengl3
|
||||||
|
)
|
||||||
|
|
||||||
|
6
src/main.cpp
Normal file
6
src/main.cpp
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
|
||||||
|
int main(int argc, char** argv) {
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user