initial setup
This commit is contained in:
13
external/tox_ngc_ft1/CMakeLists.txt
vendored
Normal file
13
external/tox_ngc_ft1/CMakeLists.txt
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
|
||||
|
||||
add_library(tox_ngc_ft1 STATIC
|
||||
./tox_ngc_ft1/ngc_ft1.h
|
||||
./tox_ngc_ft1/ngc_ft1.cpp
|
||||
)
|
||||
|
||||
target_include_directories(tox_ngc_ft1 PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/tox_ngc_ft1")
|
||||
|
||||
target_compile_features(tox_ngc_ft1 PUBLIC cxx_std_17)
|
||||
|
||||
target_link_libraries(tox_ngc_ft1 PUBLIC toxcore tox_ngc_ext)
|
||||
|
1
external/tox_ngc_ft1/tox_ngc_ft1
vendored
Submodule
1
external/tox_ngc_ft1/tox_ngc_ft1
vendored
Submodule
Submodule external/tox_ngc_ft1/tox_ngc_ft1 added at 27f4dd7180
Reference in New Issue
Block a user