split into src and lib and socket changes
* libanthracite files are now all in lib/ * anthracite-bin + anthracite-api-bin files are now all in src/ * socket split into header and source properly
This commit is contained in:
parent
fba87f3fbb
commit
71be773d49
24 changed files with 49 additions and 121 deletions
|
@ -37,9 +37,8 @@ add_custom_target(run
|
|||
WORKING_DIRECTORY ${CMAKE_PROJECT_DIR}
|
||||
)
|
||||
|
||||
FILE(GLOB SOURCES src/**/*.cpp build_supp/version.cpp)
|
||||
|
||||
add_library(anthracite src/anthracite.cpp ${SOURCES})
|
||||
FILE(GLOB LIB_SOURCES lib/*.cpp lib/**/*.cpp build_supp/version.cpp)
|
||||
add_library(anthracite ${LIB_SOURCES})
|
||||
add_dependencies(anthracite build-version)
|
||||
|
||||
add_executable(anthracite-bin src/file_main.cpp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue