Merge branch 'master' of gitlab.2:f1x1t/myxlib
This commit is contained in:
@ -8,7 +8,7 @@ set(current_target_sources
|
||||
|
||||
# Путь поиска библиотек внутри проекта
|
||||
link_directories(${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_LIBDIR})
|
||||
link_directories(${CMAKE_BINARY_DIR}/src/filesystem/lib)
|
||||
link_directories(${CMAKE_BINARY_DIR}/src/myx/filesystem/lib)
|
||||
|
||||
# Цель для создания исполняемого файла
|
||||
add_executable(${current_target} ${current_target_sources})
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "filesystem/paths.hpp"
|
||||
#include <myx/filesystem/paths.hpp>
|
||||
|
||||
namespace MF = myx::filesystem;
|
||||
|
||||
@ -10,7 +10,7 @@ int main( int argc, char** argv )
|
||||
MF::Paths paths;
|
||||
|
||||
paths.updatePaths();
|
||||
paths.makePaths();
|
||||
paths.makeDefaultDirectories();
|
||||
paths.findConfigFile( "test" );
|
||||
|
||||
return( 0 );
|
||||
|
Reference in New Issue
Block a user