mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Update CMakeLists.txt
This thing requires libconfig but doesn't test for it...
This commit is contained in:
parent
1b4eea2186
commit
4faa145789
|
@ -10,3 +10,6 @@ target_link_libraries(${exe_name}
|
|||
config)
|
||||
|
||||
linkCoreLibraries(${exe_name})
|
||||
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")
|
||||
find_package(LibConfig REQUIRED)
|
||||
|
|
Loading…
Reference in New Issue
Block a user