Revert "Make CInterface exported functions be contained in .h files, instead of .cpp."
continuous-integration/drone/push Build is passing Details

This reverts commit 9abdbecd
This commit is contained in:
Deukhoofd 2020-10-02 18:44:29 +02:00
parent dff8c4d15c
commit 77e9f3f768
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
3 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ if (NOT WINDOWS)
endif()
# Grab all cpp and hpp files in our source directories.
file(GLOB_RECURSE SRC_FILES "src/*.cpp" "src/*.hpp" "CInterface/*.cpp" "CInterface/*.hpp" "CInterface/*.h")
file(GLOB_RECURSE SRC_FILES "src/*.cpp" "src/*.hpp" "CInterface/*.cpp" "CInterface/*.hpp")
add_library(Arbutils ${LIBTYPE} ${SRC_FILES})
target_precompile_headers(Arbutils PUBLIC src/Precompiled.hxx)