commit
1ab5e3f9f7
@ -0,0 +1 @@
|
||||
bin
|
@ -0,0 +1,3 @@
|
||||
[submodule "vendor"]
|
||||
path = vendor
|
||||
url = https://github.com/ToruNiina/toml11.git
|
@ -0,0 +1,10 @@
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
project(cmk)
|
||||
|
||||
set(CMK_SRCS
|
||||
src/main.cpp
|
||||
)
|
||||
|
||||
add_executable(cmk ${CMK_SRCS})
|
||||
|
||||
target_include_directories(cmk PRIVATE ${CMAKE_CURRENT_LIST_DIR}/vendor)
|
@ -0,0 +1 @@
|
||||
int main() {}
|
@ -0,0 +1 @@
|
||||
Subproject commit 9132abc5c403bfeaf12a8ff940a9fbdc45220843
|
Loading…
Reference in new issue