2020-02-01 23:06:01 +01:00

4 lines
59 B
CMake

project(CxxDll CXX)
add_library(CxxDll SHARED cxxdll.cpp)