Adding some more initial files
This commit is contained in:
parent
57e932e3d1
commit
f1707c6598
6 changed files with 37 additions and 0 deletions
|
@ -1,7 +1,14 @@
|
|||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
project(KIMA2)
|
||||
|
||||
if(MSVC)
|
||||
add_compile_options(/W4 /WX)
|
||||
else()
|
||||
add_compile_options(-W -Wall -Werror)
|
||||
endif()
|
||||
|
||||
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin)
|
||||
set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib)
|
||||
|
||||
add_subdirectory(src)
|
Loading…
Add table
Add a link
Reference in a new issue