mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-15 03:50:58 +00:00
1) The ExternalProject_Add() command was called with
UPDATE_COMMAND ";" which was not noticable on most platforms
2) On AIX/GCC, the executable did not link because symbols from
imported libraries were assumed extern "C" (see commit 4fc47424)
6 lines
85 B
C
6 lines
85 B
C
#pragma once
|
|
|
|
#include <shared_lib_export.h>
|
|
|
|
void SHARED_LIB_EXPORT shared_hello();
|